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 Image component #50

Merged
merged 5 commits into from
Jul 11, 2022
Merged

Commits on Jul 3, 2022

  1. feat(component): add image component

    add new Image component to render images
    
    resolves #42
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6064288 View commit details
    Browse the repository at this point in the history
  2. docs(storybook): image stories

    add stories for image component using storybook
    
    resolves #42
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    dc3f639 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix(src): merge main

    Merge main branch with the latest changes
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d9086db View commit details
    Browse the repository at this point in the history
  2. fix(component): fix Image component

    fix the Image component with new structure and props
    
    resolves #42
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f3bd9b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix(component): fix Image component

    - Fix Image component with updated structure and props
    - Fix Section and Column props
    - Update stories for Image component
    
    resolves #42
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    203f0f9 View commit details
    Browse the repository at this point in the history