carbon-components-svelte
carbon-components-svelte copied to clipboard
Svelte implementation of the Carbon Design System
When using the DataTable along with a toolbar + toolbarbatchactions, the datatable may be initialized with a set of selectedRowIds. For example, a data store of already selected "load balancers"...
Currently the datatable batch action toolbar hides when no items are selected in batch selection mode. This is an incorrect assumption imho. Hypothetical scenario - A user wants to remove...
Properties will be inherited in `RadioButton` unless the respective property is set there. Fixes #1036. Not the prettiest code, though.
Fixes #896, fixes #1427 This PR drops support for the compiled ES, UMD formats. Instead, only the uncompiled Svelte source code will be shipped. This should have no impact for...
This PR adds 'warning' feature to TextArea. **Important note:** actually, the carbon-components has an open TextArea CSS issue. This issue blocks using TextArea warning feature (this PR). https://github.com/carbon-design-system/carbon/issues/9889
Remove `name` from `RadioTile`. Fixes #972. Probably causes conflicts with pull request #971
The tabindex variable is of a number type (it should be fixed in all components?) Add href to link attributes to get rid of "< ! -- svelte-ignore a11y-missing-attribute --...
fix #667 (maybe) Thank you for such a nice library :tada: When using DataTable component, it would be great if the editor autocompletes `headers` prop or slot values(`cell.key` or `row`)....
Right now, the docs contain a separate example for every prop. [Vuetify, for example, has a nice playground where one can directly interact with the components in the documentation.](https://vuetifyjs.com/en/components/combobox/) What...
See #620 This PR extracts most functionality of `ContextMenu` to `ContextMenuInner`, except event handling. The functionality of `ContextMenu` should be unaffected by this. `ContextMenuInner` can now be used when listening...