Andres Galante
Andres Galante
If you set `@slider-horizontal-width:` to `100%;` the `slider-tick-label` goes beyond the container because the first and last tick label have the same width as the others.
On #1244 we introduced accessibility docs on the Image component. @siddharthkp made a point to make the prop mandatory: https://github.com/auth0/cosmos/pull/1244/files#r240902617 Since images on cosmos components don't have `alt` text, then...
After merging #1363 make sure to stop using Stack in internal components and use StackLayout instead.
Add a CSS linter to the build. It can be an empty .rc and then I keep adding rules.
As we create the new StackLayout, it's time to think of how to deprecate the widely used Stack Component. ## The problem Since Stack is been used on lots of...
The new list is an open component that can take anything inside. When used as a resource list, the title and subtitle should be truncated. This issue is to find...
The design systems team is proud to announce that Cosmos v1 will see the light the first week of March. Since it started as a proof of concept we've learned...
Create a card component. Need more info. When this is done, create an example of gallery + card to reproduce this use case #819
Text Input, text areas, and selects have a red border to show an error estate while radios and checkboxes don't. To keep consistency across our form controls it'd be good...