@2e32/react-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@2e32/react-button

React button.

How install

yarn add @2e32/react-button

Usage

App.js

// Once (css import)
import '@2e32/react-button/css';

const App = () => <Page />;

export default App;

Page.js

import Button from '@2e32/react-button';

const Page = () => {
  return <Button>Click me!</Button>;
};

export default Page;

Examples

See storybook.

License

MIT

Package Sidebar

Install

npm i @2e32/react-button

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

174 kB

Total Files

24

Last publish

Collaborators

  • 2e32