0.0.5 • Published 5 years ago

@c8s/button v0.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

@c8s/button

github npm:version typescript license browserslist code style:prettier

Usage

/**
 * As to prepare of using the `Button`
 * 
 * ```bash
 * yarn add @c8s/button @c8s/theme react @types/react styled-components @types/styled-components
 * ```
 */
import Button from '@c8s/button';
import {Theme, theme} from '@c8s/theme';

Example

() => (
  <Theme theme={theme}>
    {/* ... */}
      <Button>Button</Button>
    {/* ... */}
  </Theme>
);

Contributors

Thanks goes to these wonderful people (emoji key):

純📖Aki-Japan📖

This project follows the all-contributors specification. Contributions of any kind welcome!