@paradise-ui/button
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2 • Public • Published

@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/button

Usage

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.

Readme

Keywords

Package Sidebar

Install

npm i @paradise-ui/button

Weekly Downloads

23

Version

1.0.0-beta.2

License

MIT

Unpacked Size

86.8 kB

Total Files

24

Last publish

Collaborators

  • syakirurahman