core
core copied to clipboard
Clarity is a scalable, accessible, customizable, open-source design system built with web components. Works with any JavaScript framework, created for enterprises, and designed to be inclusive.
## Describe the bug Core web components should support `cds-layout` styles for content projected into cds-card slots. When using CdsCard with a vertical layout, slotted elements do not respond to...
## Describe the bug After bootstrapping a new angular project and running `ng add @cds/angular` the command fails to complete because `Package "@cds/angular" was found but does not support schematics.`...
## Describe the bug In our project, we are using lot of cds-elements. Recently I was doing a memory profile and found that we have lot of detached HTML Elements...
## Describe the bug When using `cds-dropdown` elements Chrome triggers the following error: > Found a 'popup' attribute. If you are testing the popup API, you must enable Experimental Web...
## Describe the bug https://clarity.design/storybook/core/?path=/docs/stories-dropdown--api The dropdown demos are not showing the behaviour of the dropdown The code example button does not show the code written for each example ##...
## Describe the bug The Clarity.design website as well as VMware's Clarity Figma assets show that when navigation/the left hand nav bar is collapsed, the icons should be centered horizontally...
## Describe the bug We've been moving over the Cds versions of components but I have a need to display some data in a Datagrid. When I have a Clr...
## Describe the bug _When using the datalist component and the datalist has reached just one remaining item, the datalist physically moves on the screen._ ## How to reproduce _[Clarity...
## Summary `cds-icon` could be more flexible if the CSS `transform`s were applied to the `svg` child element instead of the host. - **What is the change?** _Move CSS `transform`s_...
1 unit test fails on Windows, but works on Mac/Unix. This causes a full build to fail on Windows. The test that fails is: CDS Button > boolean attributes should...