ReCoded-Org / lets-share-capstone-project

3 stars 2 forks source link

feat(input, option and button components): added input, option and bu… #22

Closed hanimuh closed 2 years ago

hanimuh commented 2 years ago

Added components for input, option and button

Created input, option and button components which take props to define one of variations of input or option or button.

16 Add input and button components

Phone phone tablet tablet desktop desktop

  1. input component has 5 variations can be used like following:
    • < Input title="" type="" placeholder=""/>
  2. option component has 2 variations can be used like following:
    • < Option category/>
    • < Option location/>
  3. button component has 4 variations can be used like following:
    • < Button fullfilled="button title"/>
    • < Button outLinedPrimary="button title"/>
    • < Button outLinedSecondary="button title"/>
    • < Button extended="button title"/>

Related Issue