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

Add Component Buttons #11

Closed ashfahan closed 5 years ago

ashfahan commented 5 years ago
  1. Design Variants

    • [x] solid variants
    • [x] outline variants
    • [x] minimal variants
  2. Sizing Variants

    • [x] small variants
    • [x] large variants
  3. display Variants

    • [ ] block variants
  4. Group Variants

    • [ ] buttons groups variants
  5. 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

  1. for sizing we can use

1) is-small 2) is-large

without sizing classes it will be of normal size