fluid-framework / Fluid

Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
MIT License
26 stars 4 forks source link

Components : Buttons #12

Closed ashfahan closed 5 years ago

ashfahan commented 5 years ago
  1. Design Variants
  1. Sizing Variants
  1. Loading animation
  1. Display Variants
  1. Buttons Group

Fluid support various types of buttons 1 ) solid using is-solid class 2 ) outline using is-outline class 3 ) Minimal using is-minimal class for buttons like link we dont have to use any style/design class with it

  1. for coloring we use classes like 1 ) is-primary 2 ) is-secondary 3 ) is-dark 4 ) is-light 5 ) is-valid 6 ) is-info 7 ) is-warn 8 ) is-error

  2. for sizing we can use 1 ) is-small 2 ) is-large without sizing classes it will be of normal size

  3. for sizing we can use 1 ) is-small 2 ) is-large without sizing classes it will be of normal size

  4. loading class is used to show in progress animation add is-loading to add loading animation

  5. is-block make the button fit to its parent width