Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(component): add button component #47

Merged
merged 4 commits into from
Jul 5, 2022

Commits on Jul 4, 2022

  1. feat(component): add button

    add button component
    
    resolves #40
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    be32759 View commit details
    Browse the repository at this point in the history
  2. docs(storybook): add stories for button

    add new stories for button component
    
    resolves #40
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    cb22cb1 View commit details
    Browse the repository at this point in the history
  3. fix(component): fix Button component

    fix Button component types to extend from BaseStyles and add classes to the props list
    fix BaseStyles to convert Record as Partial to make things optional
    
    resolves #40
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    f0880bd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. docs(stories): add stories for Button

    add new stories for Button components with Primary and Secondary variants
    
    resolves #40
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    309e612 View commit details
    Browse the repository at this point in the history