1.0.18 • Published 11 months ago
@hudoro/button v1.0.18
Hudoro Button
Hudoro Button is a strict and customizable button component for web development projects, designed for simplicity and adherence to strict design guidelines.
Screenshots

Package instalation
Instal package using pnpm
pnpm add @hudoro/buttonInstal package using yarn
yarn add @hudoro/buttonInstal package using npm
npm i @hudoro/buttonimport package to your project
import {Button} from '@hudoro/button'Usage/Examples
import {Button} from "@hudoro/button";
function App() {
return (
<Button primary size="lg">
Hudoro Button The Best Choices
</Button>
);
}Props
Props that you can pass to @hudoro/button
| Prop Name | Type | Value | Default |
|---|---|---|---|
| size | string | 'xs', 'sm', 'md', 'lg' | 'md' |
| corner | string | 'rounded', 'circular' | 'md' |
| iconLeft | string | React.ReactElement<React.SVGProps> | null |
| iconRight | string | React.ReactElement<React.SVGProps> | null |
| fullWidth | boolean | false / true | false |
| primary | boolean | false / true | true |
| secondary | boolean | false / true | false |
| tertiary | boolean | false / true | false |
| quaternary | boolean | false / true | false |
| link | boolean | false / true | false |
| success | boolean | false / true | false |
| danger | boolean | false / true | false |
| warning | boolean | false / true | false |
1.0.18
11 months ago
1.0.17
11 months ago
1.0.16
12 months ago
1.0.11
12 months ago
1.0.15
12 months ago
1.0.14
12 months ago
1.0.13
12 months ago
1.0.12
12 months ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.10
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
0.0.3-beta.8
2 years ago
0.0.3-beta.9
2 years ago
0.0.3-beta.10
2 years ago
0.0.3-beta.6
2 years ago
0.0.3-beta.7
2 years ago
0.0.3-beta.4
2 years ago
0.0.3-beta.5
2 years ago
0.0.3-beta.3
2 years ago
0.0.3-beta.2
2 years ago
0.0.3-beta.1
2 years ago
0.0.3-beta.0
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago