3.0.18 • Published 3 months ago

@spellix/dropdown v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/dropdown

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

Common component used to accumulate many actions in a single place.

Installation

yarn add @spellix/dropdown
# or
npm i @spellix/dropdown
# or
pnpm i @spellix/dropdown

Usage

Import Dropdown from the package and configure it with props as needed:

import { Dropdown } from '@spellix/dropdown';

export const App = () => {
  return <Dropdown {...({/* props for the component */})} />;
};