React Custom Components Ui

Button


  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