viralib
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Install Package

npm install viralib

Import package

import { VRAButton } from 'viralib';

Default Button

<VRAButton />

Icon Button

<VRAButton color="red" iconStart={<Delete />} />

Icon With Label

<VRAButton color="red" label="OK" iconEnd={<Delete />} />

Usages

Type

button | submit

<VRAButton type="button" />

as

link | outline | solid

<VRAButton as="solid" />

color

red | pink | purple | indigo | blue | teal | green | yellow | orange | brown | gray | white | black

<VRAButton color="blue" />

Disabled

true | false

<VRAButton disabled={true} />

size

xxs | xs | x(default) | xl | xxl

<VRAButton size="xs" />

style

Add style as per css guidelines

<VRAButton style={{}} />

View

Button

Readme

Keywords

Package Sidebar

Install

npm i viralib

Weekly Downloads

7

Version

1.0.3

License

ISC

Unpacked Size

20.8 kB

Total Files

10

Last publish

Collaborators

  • nikssar