@sertec/menu-button
v0.0.2
Published
Sfera MenuButton Component
Maintainers
Readme
@sertec/menu-button
MenuButton component for the Sfera design system.
Installation
npm install @sertec/menu-buttonUsage
import { MenuButton } from '@sertec/menu-button';
function MyComponent() {
return <MenuButton>Content here</MenuButton>;
}Props
| Prop | Type | Default | Description |
| ----------- | ----------- | ------- | ---------------------- |
| children | ReactNode | - | Content to display |
| className | string | '' | Additional CSS classes |
| disabled | boolean | false | Disabled state |
