Commit graph

68 commits

Author SHA1 Message Date
Eric Liu
4226535338 v0.23.2 2020-11-25 10:29:02 -08:00
Eric Liu
cfe05bb2b2 chore: rearrange badges [ci skip] 2020-11-21 12:16:20 -08:00
Eric Liu
f1800bf332 docs: move reactive label to component prop name column 2020-11-20 09:39:25 -08:00
Eric Liu
b00e4316fd chore: update CONTRIBUTING.md, add MAINTAINERS.md [ci skip] 2020-11-19 14:44:50 -08:00
Eric Liu
11f3b9ec06 chore: fix description typo 2020-10-17 15:20:33 -07:00
Zen
6a3849971f
Repair syntax
`npm i` for installing a Node package; not `npm -i`
2020-10-11 12:21:10 +08:00
Orta Therox
5ef04cbaa8
Update README.md 2020-10-10 15:19:30 -04:00
Eric Liu
acc2727249 chore: use vercel logo from docs 2020-10-09 17:24:30 -07:00
Eric Liu
826c744ec2 docs: add vercel to docsite footer 2020-10-05 15:03:06 -07:00
Eric Liu
0f65e31462 docs(readme): add alt text [ci skip] 2020-10-05 13:49:37 -07:00
Eric Liu
7542bf9d51 docs(readme): add vercel sponsor logo [ci skip] 2020-10-05 13:46:42 -07:00
Eric Liu
bcc7058ddf chore: use short link for documentation 2020-10-02 20:19:35 -07:00
Eric Liu
2008d0035f docs: add new component docs 2020-10-02 20:13:02 -07:00
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