Andres Galante

Results 73 issues of 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...

✨enhancement
♿ accessibility
🙋‍♀️contributions welcome

After merging #1363 make sure to stop using Stack in internal components and use StackLayout instead.

✨enhancement
🎃 hacktoberfest

Add a CSS linter to the build. It can be an empty .rc and then I keep adding rules.

✨enhancement
🎃 hacktoberfest

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...

🤔 RFC / Proposal

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...

✨enhancement

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...

🤔 RFC / Proposal
☂️ umbrella

Create a card component. Need more info. When this is done, create an example of gallery + card to reproduce this use case #819

🙋‍♀️ user-request
👨‍🎨design needed
✨new component

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...

✨enhancement
🙋‍♀️ user-request
👨‍🎨design needed

After merging #1363 create demos for the StackLayout doc

📚docs