npm install viralib
import { VRAButton } from 'viralib';
<VRAButton />
<VRAButton color="red" iconStart={<Delete />} />
<VRAButton color="red" label="OK" iconEnd={<Delete />} />
button | submit
<VRAButton type="button" />
link | outline | solid
<VRAButton as="solid" />
red | pink | purple | indigo | blue | teal | green | yellow | orange | brown | gray | white | black
<VRAButton color="blue" />
true | false
<VRAButton disabled={true} />
xxs | xs | x(default) | xl | xxl
<VRAButton size="xs" />
Add style as per css guidelines
<VRAButton style={{}} />