Skip to content

wisnuciwun/ButtonIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ButtonIcons 🍎

+ Short Documentation

🍚 Requirement :

  • reactstrap
  • any version of Fontawesome icon (recommended)

👀 Usage :

  • Put this file to your component directory folder. You can choose to make a new folder or not.
  • import this component to your views or other component in JSX.

☎️ Parameters :

  • icon = add icon
  • title = add title
  • color = reactstrap color index (primary, secondary, danger, success, warning, light)
  • width = set width
  • height = set height
  • fontSize = set font size
  • onClick = add function if user hit the button
  • name = add component name
  • className = add custom css
  • disabled = boolean
  • id = add component id
  • hidden = boolean
  • value = set component value
  • of course you can add any other parameter here

📎 Example :

<ButtonIcons icon="fa fa-exclamation" height="50px" width="100px" color="warning" title="Cancel"/>

📷 Preview :

About

Serve you a complete reactstrap button with icon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published