Albert Mañosa
|
f5adf8022d
|
fix(docs): add missing datatable sortable prop
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
|
2020-10-24 23:57:01 +02:00 |
|
Albert Mañosa
|
bdc41f1144
|
fix(docs): string interpolation in display method body
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
|
2020-10-24 23:52:53 +02:00 |
|
Eric Liu
|
b167b33ec8
|
docs(accordion): add missing p tag
|
2020-10-24 14:44:15 -07:00 |
|
albert
|
177836e2f3
|
feat(docs): add datatable display and sort example
|
2020-10-24 23:41:22 +02:00 |
|
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
|
6fc073c932
|
fix(search): forward size prop to Search skeleton
Add deprecation notice for the `small` prop.
|
2020-10-22 18:55:57 -07:00 |
|
Eric Liu
|
829275e594
|
docs: tweak copy
|
2020-10-22 17:30:50 -07:00 |
|
Eric Liu
|
09511cc528
|
docs(accordion): use better mock data
|
2020-10-22 17:14:38 -07:00 |
|
Eric Liu
|
d7add290d9
|
docs(inline-loading): add UX example
|
2020-10-22 10:59:27 -07:00 |
|
Eric Liu
|
096c2c9729
|
docs(code-snippet): add multi-line skeleton example
|
2020-10-22 08:57:57 -07:00 |
|
Eric Liu
|
dbb1f9e8a5
|
docs(content-switcher): add selected index example, use more realistic copy
|
2020-10-22 08:53:16 -07:00 |
|
Eric Liu
|
b7dfcecd1d
|
Merge branch 'tooltip-definition'
|
2020-10-21 06:30:01 -07:00 |
|
Eric Liu
|
4113ae95da
|
refactor(progress-indicator): make currentIndex reactive, add preventChangeOnClick
|
2020-10-20 18:21:36 -07:00 |
|
Eric Liu
|
cc01b0fb5b
|
feat(tooltip-definition): make tooltipText slottable
|
2020-10-20 11:46:30 -07:00 |
|
Eric Liu
|
6ae0e31011
|
refactor(tooltip-definition): remove hidden variable
|
2020-10-20 11:41:45 -07:00 |
|
Eric Liu
|
c0fbd24e2a
|
feat(data-table): make cells slottable
|
2020-10-17 14:31:57 -07:00 |
|
Eric Liu
|
0a927ae512
|
feat(data-table): add expandable DataTable
#14
|
2020-10-17 13:33:26 -07:00 |
|
Eric Liu
|
0d0d35e715
|
docs: add component API information
|
2020-10-16 18:20:39 -07:00 |
|
Eric Liu
|
964a0c9f75
|
docs(data-table): add tall example, skeleton sizes
|
2020-10-16 11:29:23 -07:00 |
|
Eric Liu
|
bf8b45b96a
|
docs(button-set): use correct grammar for "Log in"
|
2020-10-15 18:32:52 -07:00 |
|
Eric Liu
|
3dfbd6dfc9
|
feat(aspect-ratio): add AspectRatio component
|
2020-10-15 16:57:30 -07:00 |
|
Eric Liu
|
48bd19f75e
|
feat(code-snippet): add wrapText prop
|
2020-10-15 16:48:37 -07:00 |
|
Eric Liu
|
3edf9ea2a2
|
feat(content-switcher): add "sm", "xl" size variants
|
2020-10-15 16:31:07 -07:00 |
|
Eric Liu
|
f692403fcc
|
Merge pull request #333 from IBM/accordion
Accordion: add size variants, disabled prop; forward align prop to Skeleton
|
2020-10-15 16:26:15 -07:00 |
|
Eric Liu
|
ebf882cff4
|
feat(accordion): add disabled prop
|
2020-10-15 16:15:17 -07:00 |
|
Eric Liu
|
cb80c7d15b
|
feat(accordion): add "sm", "xl" size variants to Accordion and AccordionSkeleton
|
2020-10-15 15:48:48 -07:00 |
|
Eric Liu
|
933055c9ce
|
fix(accordion-skeleton): add align prop
|
2020-10-15 15:33:25 -07:00 |
|
Eric Liu
|
7b995db968
|
fix(skeleton-text): unkey paragraph rows
Chance of duplicate keys is high
|
2020-10-15 05:47:45 -07:00 |
|
Eric Liu
|
6d48ff38cb
|
feat(button-skeleton): add size prop consistent with Button
|
2020-10-15 05:31:22 -07:00 |
|
Eric Liu
|
696c5dcb2a
|
feat(progress-indicator-skeleton): add count prop
|
2020-10-15 05:17:16 -07:00 |
|
Eric Liu
|
4dc9a48b02
|
fix(breadcrumb): forward noTrailingSlash to skeleton
|
2020-10-15 05:13:18 -07:00 |
|
Eric Liu
|
06fea29c4f
|
feat(accordion): add size variants
|
2020-10-14 18:01:55 -07:00 |
|
Eric Liu
|
856086dc71
|
Merge pull request #330 from IBM/search-disabled
feat(search): support disabled state
|
2020-10-14 16:11:54 -07:00 |
|
Eric Liu
|
e4766591d5
|
feat(search): support disabled state
|
2020-10-14 16:00:19 -07:00 |
|
Eric Liu
|
f8ae391ef6
|
fix(combo-box): disabled combobox should not open
|
2020-10-14 15:51:27 -07:00 |
|
Eric Liu
|
6bc47cb5fa
|
docs(multi-select): add no sort example
|
2020-10-14 15:24:03 -07:00 |
|
Eric Liu
|
3b24d21168
|
docs(combo-box): add filterable example
|
2020-10-14 15:14:54 -07:00 |
|
Eric Liu
|
e221888565
|
docs(combo-box): add light variant example
|
2020-10-14 15:06:20 -07:00 |
|
Eric Liu
|
4b783e7133
|
docs(link): add target=_blank example
|
2020-10-14 15:06:02 -07:00 |
|
Eric Liu
|
f86bd0710d
|
docs(pagination): add hidden page size example
|
2020-10-14 15:05:46 -07:00 |
|
Eric Liu
|
2008d0035f
|
docs: add new component docs
|
2020-10-02 20:13:02 -07:00 |
|