Skip to content

Commit

Permalink
feat(ui): card component add
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored Nov 1, 2019
1 parent 301e3f4 commit f6c5899
Show file tree
Hide file tree
Showing 22 changed files with 1,323 additions and 137 deletions.
9 changes: 9 additions & 0 deletions docs/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,15 @@ export const structure = [
},
],
},
{
type: 'tabs',
name: 'Card',
icon: 'card.svg',
source: [
'Card',
'CardHeader',
],
},
{
type: 'tabs',
name: 'Layout',
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6c5899

Please sign in to comment.