feat(component): add FileUploader

Closes #16
This commit is contained in:
Eric Liu 2019-12-23 20:59:56 -08:00
commit 85c4a14b2a
25 changed files with 546 additions and 28 deletions

View file

@ -48,7 +48,7 @@ export const Expandable = () => ({
Component,
props: {
story: 'expandable',
tabIndex: number('Tab index (tabIndex)', 0),
tabindex: text('Tab index (tabindex)', '0'),
expanded: boolean('Expanded (expanded)', false),
tileMaxHeight: number('Max height (tileMaxHeight)', 0),
tileCollapsedIconText: text(