cosmos
cosmos copied to clipboard
🔭 Auth0 Design System
**Is your feature request related to a problem? Please describe.** In #974 we don't want to deprecate an entire prop but the prop of a specific type. For that to...
**Describe the bug** In docs, the "name" attribute for the checkbox is repeated if the name value is user defined **Expected behavior** Replace the previous value of the "name" attribute....
I was trying to use `as` prop to extend a Cosmos Component with some styles. But it threw an error. So I looked into this repo & its using Styled...
**Describe the bug** Getting this error in logs ``` console.error ../node_modules/prop-types/checkPropTypes.js:19 Warning: Failed prop type: Invalid prop `color` of value `#FAFAFA` supplied to `Icon`, expected one of ["white","black","default","gray","grayDarkest","grayDark","grayMedium","grayLight","grayLightest","blueDarker","blue","blueLight","blueLightest","orange","orangeLighter","orangeLightest","orangeDark","greenDarker","green","red","redDarker","yellow"]. in Icon...
**Is your feature request related to a problem? Please describe.** Today Cosmos provides an identifier for each component that is useful for running tests. But there is not for the...
This is an attempt to put all the API in one page to spot good and bad patterns (an inventory of sorts) Check related issues: - https://github.com/auth0/cosmos/issues/972 - https://github.com/auth0/cosmos/issues/924 -...
**Describe the bug** The prop table of the Resource List (https://cosmos-ljthjsgjcq.now.sh/docs/#/component/resource-list) is not applying the `sortable` prop to the example. **Expected behavior** The prop should be applied and the example...
**Describe the bug** It seems the inputs in the Props table for Image (https://auth0-cosmos.now.sh/docs/#/component/image) are not updating the code editor above. **Expected behavior** The inputs in the Props table should...
**Describe the bug** I believe this is something to tackle in #1225. I think the image prop for Avatar is confusing as it accepts a url (string) but also another...