Commit graph

105 commits

Author SHA1 Message Date
Eric Liu
fee5cd2833 fix(examples): add missing scss attribute to svite example 2020-09-13 14:25:35 -07:00
Eric Liu
d250a0c3cc v0.12.0 2020-09-13 14:05:51 -07:00
Eric Liu
5cad8ad749 docs(readme): add note on CSS perf [ci skip] 2020-09-13 13:51:16 -07:00
Eric Liu
18f0ea4b35 docs: update guidance on examples, usage 2020-09-13 13:39:36 -07:00
Eric Liu
5f9ba52312 docs: update readme with info on ts support/component index 2020-08-14 19:16:18 -07:00
Eric Liu
151252b5ee chore: update component docs, types 2020-07-30 16:52:30 -07:00
Eric Liu
2d02a51cbb docs: remove constants from documented props
TODO: parse constant types using the compiler
2020-07-27 06:24:06 -07:00
Eric Liu
7abde79688 docs: document available components [ci skip] 2020-07-26 21:21:27 -07:00
Eric Liu
432b5ba09a docs: add component index [ci skip] 2020-07-26 20:56:38 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Jan Johannes
d17fece25b
Readme: Fix capitalisation in example 2020-05-02 23:50:55 +02:00
Eric Liu
e6093aa4e4 chore: pin dependencies 2020-04-29 08:47:15 -07:00
Eric Liu
fbb6c421c2 chore: update contributors list, rebuild docs 2020-02-02 10:04:53 -08:00
Eric Liu
5cb414593c docs(readme): replace Svelte REPL link with CodeSandbox [ci skip] 2020-01-08 07:42:37 -08:00
Eric Liu
a1b133ec1a docs(readme): use css from CDN in basic example [ci skip] 2020-01-08 07:31:51 -08:00
Eric Liu
d03c56db0a docs(readme): add usage instructions 2020-01-08 07:11:58 -08:00
Eric Liu
5caad3eba0 feat(components): add default, sortable DataTable
Supports #14
2020-01-07 18:33:54 -08:00
Eric Liu
0b30250e57 refactor(structured-list): make StructuredListWrapper default component 2019-12-31 15:47:45 -08:00
Eric Liu
e7bb051cab refactor(expandable-tile): include above, below the fold slots
Remove TileAboveTheFoldContent, TileBelowTheFoldContent
2019-12-31 15:35:35 -08:00
Eric Liu
02ba8cb6ee feat(component): add MultiSelect
Closes #19
2019-12-31 12:55:57 -08:00
Eric Liu
d9262ce933 feat(components): add ComboBox
Closes #12
2019-12-30 14:49:24 -08:00
Eric Liu
76d7dc5319 feat(components): add ListBox
Closes #88
2019-12-30 07:45:18 -08:00
Eric Liu
c687b27d98 docs(contributing): add CONTRIBUTING.md [ci skip]
Closes #5
2019-12-29 17:04:25 -08:00
Eric Liu
4e578bc55d feat(component): add NumberInput
Closes #21
2019-12-29 14:08:42 -08:00
Eric Liu
50fbb60f3c feat(component): add Slider
Closes #26
2019-12-29 12:25:14 -08:00
Eric Liu
7e5252951a feat(component): add Tooltip
Closes #11

- Fixes `tabindex` prop storybook typo
2019-12-29 10:10:56 -08:00
Eric Liu
6ca56d67a6 feat(component): add DatePicker
Closes #15
2019-12-28 18:11:05 -08:00
Eric Liu
9e3d387da3 feat(component): add OverflowMenu
Closes #22
2019-12-26 10:25:46 -08:00
Eric Liu
bf18b7b65a feat(component): add TimePicker
Closes #28
2019-12-25 14:23:20 -08:00
Eric Liu
a8f464586a feat(component): add Modal
Closes #18
2019-12-25 13:20:14 -08:00
Eric Liu
85c4a14b2a feat(component): add FileUploader
Closes #16
2019-12-23 20:59:56 -08:00
Eric Liu
fc366a9366 feat(component): add ComposedModal
Closes #13
2019-12-23 18:38:33 -08:00
Eric Liu
4dad89e12d feat(component): add Pagination
Closes #23
2019-12-23 09:32:20 -08:00
Eric Liu
5ae12066fb feat(component): add Icon
Closes #30
2019-12-22 15:33:55 -08:00
Eric Liu
3be285e112 feat(components): add Form, FormGroup, FormItem, FormLabel
Supports #17

Fixes broken storybook.

TODO: Define stories using other components (e.g. NumberInput, Select...)
2019-12-22 08:53:50 -08:00
Eric Liu
d2878983dc
Merge branch 'master' into tabs 2019-12-22 05:51:51 -08:00
Eric Liu
4ba8df4425 feat(components): add Tabs
Closes #32
2019-12-22 05:50:12 -08:00
Eric Liu
d326bf1fce feat(components): add StructuredList
Closes #27
2019-12-21 18:59:09 -08:00
Eric Liu
6c75c8a973 feat(components): add Select, SelectItem, SelectItemGroup
Closes #31
2019-12-21 17:18:35 -08:00
Eric Liu
4f73b8b71a feat(components): add RadioButtonGroup
Closes #25
2019-12-21 17:16:15 -08:00
Eric Liu
a0c4d347d5 feat(component): add ProgressIndicator
Closes #24
2019-12-21 11:03:50 -08:00
Eric Liu
94dceae1fb feat(component): add Notification
Closes #20
2019-12-20 18:56:56 -08:00
Eric Liu
1b1c3c6cb6
Merge pull request #48 from metonym/content-switcher
feat(components): add ContentSwitcher, Switch
2019-12-20 16:37:12 -08:00
Eric Liu
9afc149193 feat(components): add ContentSwitcher, Switch
Closes #33
2019-12-20 16:35:48 -08:00
Eric Liu
71ddcfccc0 feat(tile): complete RadioTile
Closes #34

- Add Tile to list of supported components
- Make RadioTile composable as a "child" component
2019-12-20 09:09:55 -08:00
Eric Liu
42f01372f0 refactor(data-table-skeleton): remove exported props
Supports #7

- Add supported component to readme
2019-12-18 09:27:48 -08:00
Eric Liu
f7b3dd926c chore: formatting [ci skip] 2019-12-15 15:31:59 -08:00
Eric Liu
e786e0e78f feat(components): add TextInput 2019-12-15 15:25:48 -08:00
Eric Liu
bf502f904f feat(components): add RadioButton 2019-12-15 15:03:07 -08:00
Eric Liu
d376ac0d0b
Merge branch 'master' into skeleton-placeholder 2019-12-15 14:43:58 -08:00