2.0.3 β€’ Published 4 years ago

@apass/button v2.0.3

Weekly downloads
33
License
MIT
Repository
-
Last release
4 years ago

Button 🌈🌈🌈

Button component

  import Input from 'AP/Button'

Usage example

  <Button
    text='Π’Ρ‹ΠΉΡ‚ΠΈ'
    view='main'
    size='l'
    icon={<Check fill='#D50000' />}
    fullWidth
    rounded
    disabled
    style={{ marginBottom: '.5rem' }}
  />