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

Components: Add stories for Icon and IconButton #17868

Merged
merged 3 commits into from
Oct 13, 2019

Commits on Oct 9, 2019

  1. Components: Add stories for Icon and IconButton component

    This update adds some initial Storybook stories for the Icon and IconButton
    component.
    
    Most of the stories were derived from the component's README.md documentation.
    Additional stories were added to showcase prop variation (e.g. `Icon` size),
    as well as composition (e.g. `IconButton` grouping).
    
    In order to render certain UI for the stories, some simple stateless
    functional components were created in the `.stories.js` file.
    Jon Q committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e597ead View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    23e977a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into add/icon-stories

    Jon Q committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    2fd9df0 View commit details
    Browse the repository at this point in the history