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

1.0.1 • Public • Published

@2e32/react-select

React select.

How install

yarn add @2e32/react-select

Usage

App.js

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

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

export default App;

Page.js

import Select from '@2e32/react-select';

const Page = () => {
  return <Select />;
};

export default Page;

Examples

See storybook.

License

MIT

Package Sidebar

Install

npm i @2e32/react-select

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

166 kB

Total Files

70

Last publish

Collaborators

  • 2e32