@paradise-ui/button
v1.0.0-beta.2
Published
Button component with enhanced functionality
Readme
@paradise-ui/button
A custom button component with extended functionality based on native button or a element.
Installation
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/buttonUsage
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
Demo
Checkout our storybook for demo and more use cases.
Licence
This project is licensed under the terms of the MIT license.
