A custom button component with extended functionality based on native button
or a
element.
Every Paradise UI component is designed to be able to run as a standalone component. So, you can just install them by running this command
yarn add @paradise-ui/button
# or
npm i @paradise-ui/button
# or
pnpm i @paradise-ui/button
import { Button } from '@paradise-ui/button'
import '@package-ui/button/style'
const ParentComponent = () => {
return <Button>Lorem ipsum</Button>
}
If you install the whole paradise UI package, you dont have to import the style, but you have to wrap the component inside ParadiseUIProvider
Checkout our storybook for demo and more use cases.
This project is licensed under the terms of the MIT license.