-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update Grid components to render any type of element (#1166)
* Update GridContainer to handle any component but default to a div, update tests, update storybook with customContainer story * Combine GridContainer examples in storybook * Update Grid component to render any type of element * Regenerate yarn.lock * Combine custom components into one Storybook example * Remove superfluous li element from custom storybook example * Remove unnecessary spaces from storybook file * Move call to classes function outside of if statement separating default from custom component creation * Update isCustomProps to accept "otherProps" (#1194) * Update isCustomProps to accept "otherProps" * Refactor out ommited props Co-authored-by: Brandon Lenz <brandonalenz@gmail.com>
- Loading branch information
1 parent
286cca0
commit cd0a68f
Showing
6 changed files
with
358 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.