@kaijudo/react-profile-dropdown
v0.2.0
Published
A React component package.
Downloads
42
Readme
@kaijudo/profile-dropdown
A React component package.
Installation
pnpm add @kaijudo/profile-dropdownUsage
import { ProfileDropdown } from '@kaijudo/profile-dropdown';
function App() {
return <ProfileDropdown>Hello World</ProfileDropdown>;
}Development
Build
pnpm buildStorybook
Run Storybook to view and test the component:
pnpm storybookBuild static Storybook:
pnpm build-storybook