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 Divider component #52

Merged
merged 4 commits into from
Jul 5, 2022

Commits on Jul 3, 2022

  1. feat(component): add divider component

    add new Divider component
    
    resolves #44
    
    Signed-off-by: Niloy Sikdar <[email protected]>
    niloysikdar committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    15002b1 View commit details
    Browse the repository at this point in the history
  2. docs(storybook): add stories for divider

    add new stories for new Divider component
    
    resolves #44
    
    Signed-off-by: Niloy Sikdar <[email protected]>
    niloysikdar committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f81fd69 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge branch 'main' of https://github.com/leopardslab/react-email int…

    …o feat/44-add-component-divider
    niloysikdar committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9a4e17c View commit details
    Browse the repository at this point in the history
  2. fix(component): fix Divider component

    fix Divider component structure to use hr and update the stories
    
    resolves #44
    
    Signed-off-by: Niloy Sikdar <[email protected]>
    niloysikdar committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ac806d9 View commit details
    Browse the repository at this point in the history