Commit graph

58 commits

Author SHA1 Message Date
Eric Liu
f43b132088 feat(data-table): support radio, selectable variants with batch actions 2020-10-24 13:37:00 -07:00
Eric Liu
611d72bcf3 feat(data-table): add toolbar, toolbar search 2020-10-24 11:10:31 -07:00
Eric Liu
3dfbd6dfc9 feat(aspect-ratio): add AspectRatio component 2020-10-15 16:57:30 -07:00
Eric Liu
c363dd5650 fix: export DatePickerSkeleton, FileUploaderSkeleton 2020-10-01 17:04:01 -07:00
josefaidt
2f424888dd feat(FluidForm): add base component 2020-09-29 14:55:53 -05:00
Eric Liu
7b3c111b5f feat(ui-shell): add HeaderGlobalAction component 2020-09-05 15:28:10 -07:00
Eric Liu
0eefde12fe feat: add ButtonSet component 2020-08-01 15:35:58 -07:00
Eric Liu
2ae4c8a008
Merge pull request #215 from IBM/pagination-nav
feat: add PaginationNav component
2020-07-22 19:01:29 -07:00
Eric Liu
8473589e3a feat: add PaginationNav component 2020-07-22 18:14:08 -07:00
Eric Liu
f9f58999b2 feat: add Grid component 2020-07-21 07:46:54 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Eric Liu
40dc2bf61e feat(ui-shell): add Content, SkipToContent components 2020-07-17 12:25:10 -07:00
Eric Liu
b8275f50b1 chore: add missing RadioTile export 2020-06-03 12:44:44 -07:00
Eric Liu
e6093aa4e4 chore: pin dependencies 2020-04-29 08:47:15 -07:00
Eric Liu
77a243a44d chore: export composed DataTable components
Closes #171
2020-04-29 08:38:27 -07:00
Marcus Feitoza
d941f887a3 refactor(uishell): organize exports 2020-04-18 12:53:19 -03:00
Marcus Feitoza
972bd338b1 refactor(uishell): add header component 2020-04-18 12:43:58 -03:00
Marcus Feitoza
e2375b2a12 refactor(uishell): rename files 2020-04-05 14:18:44 -03:00
Marcus Feitoza
f43f684b5c feat(uishell): nav 2020-04-05 01:18:08 -03:00
Marcus Feitoza
e24de4e797 feat(uishell): make component based 2020-03-31 00:10:03 -03:00
adan.ulloa
93b912240f first commit on the UIShell 2020-01-21 11:58:18 -06:00
Eric Liu
eb70437dc3 feat(components): add Dropdown
Closes #22

- Revise ListBox ancillary components
- Pass item id to ListBoxMenuItem in MultiSelect, ComboBox
2020-01-08 10:21:20 -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
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
3db87de307 fix(structured-list): remove StructuredList import 2019-12-21 19:05:56 -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
9afc149193 feat(components): add ContentSwitcher, Switch
Closes #33
2019-12-20 16:35:48 -08:00