carbon-components-svelte
carbon-components-svelte copied to clipboard
Svelte implementation of the Carbon Design System
I tried adding `lang="rtl"` to `` as advised for React users in the docs, but SideNav and some other components are rendered incorrectly... **RTL should be number 1 priority**
After clicking the Hamburger button and expanding the SideNav, The class "bx--side-nav__overlay-active" is not activated if the window width is bigger than 1056, even after changing expansionBreakpoint to 1584.
I would like to add a custom class to a `MultiSelect` component, thus: ``` ``` When I do so, however, the class does not show up in the DOM.
[The specification](https://www.carbondesignsystem.com/components/UI-shell-header/usage/) does not mention any specific behavior regarding keyboard navigation of the menus. There are [recommended keyboard interactions for `menu`/`menuitem`](https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html#kbd_label) elements, though. In particular the basic arrow navigation and...
In DataTable how to align a column to the right for numeric values ? Thank you
I have [this issue](https://stackoverflow.com/questions/65414040/svelte-testing-library-wont-detect-component-updates) when run test using Jest and carbon... Anyone facing similar problem?
To me the functionality seems more trouble than it is worth, especially since it is the default. For example I encountered these issues before: - By default the close `X`...
These attributes are meant to be identical for all inputs within a radio button group (the `name` defines the group natively), It would reduce redundancy if the properties were added...
It would be useful to have multi-range sliders like this: https://mdbootstrap.com/plugins/jquery/multi-range/ My use case would be for filtering, for example a price between 5 and 50.
It seems that the DatePicker component only allows for selecting a specific day, or a range between two days. Is there a view that shows only months (or other units,...