@rahulrajdahal/notr-button
v0.0.6
Published
Button component for notr app
Maintainers
Readme
Notr Button
Button component from notr-ui
Installation
npm i @rahulrajdahal/notr-buttonUsage
import { Button } from "@rahulrajdahal/notr-button";
export default function Component() {
return <Button>Notr Button</Button>;
}Props
| Prop | Type | Description | Default |
| ---------- | -------- | ---------------------------------------------------------- | ------- |
| variant | enum | Type of button variant fill | outline | text | fill |
| background | string | Background of button component | - |
| color | string | color of button children | - |
Made with 💝 in Bhaktapur, Nepal
