Open metonym opened 4 years ago
I'd recommend also taking a look at the breakpoints for the UIShell when you have both a sidebar and navigation items, as at larger width it shows both
( not trying to pile on, and I'm finding work-arounds by using the DOM API - so it's not a blocker for me, but better to report I assume )
Spotted this also Dropdown selectedIndex
also is not reactive. Same with ContentSwitcher
.
@orta I'll open separate issues for those
Should Toggle and ToggleSmall be a configurable Toggle ?
@ispyinternet I agree. Besides the size, Toggle
and ToggleSmall
are pretty much identical. Related https://github.com/carbon-design-system/carbon/issues/6653
An extensive component audit must be performed before entertaining a v1 release.
Identify non-reactive props
currentIndex
: issue #343Identify inconsistent or confusing prop/value nomenclature
undefined
vs. "default")icons
are the Carbon Icon type, whileicon
forHeaderAction
is an object (#371 )PaginationNav
, thepage
prop is an index value while inPagination
the same prop represents the current page number)isOpen
inconsistent withopen
(https://github.com/IBM/carbon-components-svelte/issues/461)Identify inconsistent use of dispatched events
Identify feature delta compared to flagship Carbon Design System
The basic expectation is that components from the library are compatible with the latest CSS from
carbon-components
.What features are missing compared to their counterparts in the flagship Carbon library?
Identify components with insufficient or incomplete documentation
Refactor components w/ major breaking changes
Misc
Composed components should support dynamic create/update behavior