1.0.0 • Published 3 years ago

buton v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

React Buton

React Buton is a simple yet fully configurable button component you can quickly use in your project.

react-buton-showcase.png


Supported Props

DescriptionSupported ValuesDefault Value
textbutton Text (string)
classNamecustom button class
disabledcustom button classbooleanfalse
onClickclick event handlerfunction
typebutton type/theme'light', 'dark', 'light_ghost', 'dark_ghost''light'
sizebutton size'small', 'medium', 'large''medium'
textColorcolor of button texthtml supported color
bgColorcolor of button backgroundhtml supported color
fontFamilybutton fontSans-serif
zoomEffectbutton hover zoom effectbooleantrue
shadowbutton drop shadow effectbooleantrue
iconicon in the button
iconSizesize of the icon (will be provided as font-size)same as button font size
iconColorcolor of the icon (will be provided as color)same as button font color

Upcoming Features

  • web ui to generate the button
  • predefined social media buttons
  • gradient support
  • loading status
  • more button styles
  • more button effects
  • additional event listeners support