Button
- 13 different colour options
- 12 different width options
- 10 different height options
- 9 different rounding options
- text size support
import { Button } from 'react-custom-components-ui'
<Button
text='primary blue'
textSize={16}
onClick={() => alert("hi")}
rounded='md'
width='xxxs'
height='md'
color='primaryBlue'
/>
Color Examples
Width Examples
Height Examples
Rounded Examples