1.0.10 • Published 12 months ago

@hudoro/button v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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

App Screenshot

Package instalation

Instal package using pnpm

  pnpm add @hudoro/button

Instal package using yarn

  yarn add @hudoro/button

Instal package using npm

  npm i @hudoro/button

import 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 NameTypeValueDefault
sizestring'xs', 'sm', 'md', 'lg''md'
cornerstring'rounded', 'circular''md'
iconLeftstringReact.ReactElement<React.SVGProps>null
iconRightstringReact.ReactElement<React.SVGProps>null
fullWidthbooleanfalse / truefalse
primarybooleanfalse / truetrue
secondarybooleanfalse / truefalse
tertiarybooleanfalse / truefalse
quaternarybooleanfalse / truefalse
linkbooleanfalse / truefalse
successbooleanfalse / truefalse
dangerbooleanfalse / truefalse
warningbooleanfalse / truefalse
1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.10

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.0.3-beta.8

1 year ago

0.0.3-beta.9

1 year ago

0.0.3-beta.10

1 year ago

0.0.3-beta.6

1 year ago

0.0.3-beta.7

1 year ago

0.0.3-beta.4

1 year ago

0.0.3-beta.5

1 year ago

0.0.3-beta.3

1 year ago

0.0.3-beta.2

1 year ago

0.0.3-beta.1

1 year ago

0.0.3-beta.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago