pluralsh-design-system
TypeScript icon, indicating that this package has built-in type declarations

1.289.0 • Public • Published

Plural's design system

Documentation

Installation

npm i -S pluralsh-design-system

Usage

Import { Alert } from 'pluralsh-design-system'

// ...
return (
  <Alert
    severy="success"
    title="Wouhou!"
  >
    You installed pluralsh-design-system correcly
  </Alert>
)

Development

npm i && npm start and view the Storybook at http://localhost:6006

Checklist for creating a new component:

  • Does it have proper type definitions?
  • Does it have prop types?
  • Can it pass a ref with forwardRef?
  • Does it have a story in the Storybook?

Contributing

Yes, thank you!

License

MIT

/pluralsh-design-system/

    Package Sidebar

    Install

    npm i pluralsh-design-system

    Weekly Downloads

    1

    Version

    1.289.0

    License

    none

    Unpacked Size

    6.02 MB

    Total Files

    1204

    Last publish

    Collaborators

    • michaeljguarino
    • davidspek