react-tiny-dropdown
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

React Tiny Dropdown

A dropdown component for react

Install

$ npm install react-tiny-dropdown

or

$ yarn add react-tiny-dropdown

Example

<Dropdown show={true} label={"Options"}>
  <Dropdown.Item>Account</Dropdown.Item>
  <Dropdown.Item>Support</Dropdown.Item>
  <Dropdown.Item>Sign out</Dropdown.Item>
</Dropdown>

Enjoy !

/react-tiny-dropdown/

    Package Sidebar

    Install

    npm i react-tiny-dropdown

    Weekly Downloads

    2

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    76.4 kB

    Total Files

    20

    Last publish

    Collaborators

    • donguyen