cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

🔭 Auth0 Design System

Results 101 cosmos issues
Sort by recently updated
recently updated
newest added
trafficstars

Some elements like buttons are missing focus rings. To fix this issue we should test all focusable items: anchors, form elements, buttons, etc and make sure they all have focus...

♿ accessibility
💻mob candidate

Depends on #702. We should add a `dropdown` prop to `Button`. When present, clicking the button will toggle the display of the specified `Dropdown`. Here's an example API: ```jsx const...

👨‍🎨design needed

This will likely result in the creation of a `Pagination` component which we can also export from Cosmos.

✨enhancement

We need to add support to display a `PaginationToolbar` component beneath a `ResourceList`. For example: ![screen shot 2018-07-19 at 1 02 59 pm](https://user-images.githubusercontent.com/1576/42958640-1be6baa6-8b54-11e8-8809-0b7a811f47bf.png)

🙋‍♀️ user-request
📄 needs spec/RFC

Examples: - Make it obvious that `Button` accepts `onClick` - Form accepts `onSubmit` etc.

📚docs
🖥️api / dx
🤔 needs more info
🙋‍♀️ user-request

The form can also define how the fields will be arranged. More like a form layout component: horizontal, vertical and inline. - [x] Horizontal: to horizontally align the labels and...

✨enhancement
👨‍🎨design needed

I'd like to propose adopting this component: https://github.com/JedWatson/react-select and just styling it to match the styleguide. - Current dropdown looks great, until you drop it down and the native list...

📄 needs spec/RFC

The disabled state on `Button` isn't always very apparent: ![](https://user-images.githubusercontent.com/302314/42138554-5fbdf2c4-7d55-11e8-8470-b617a9eef0a8.png) We should improve this. One suggestion is to add `cursor: not-allowed`, but maybe there are other visual things we can...

🖼️design / ux
♿ accessibility
💻mob candidate

Sortable table header cells and clickable table rows cannot be interacted with via a keyboard, as they do not have the necessary `tabindex` attribute.

♿ accessibility
💻mob candidate

**Is your feature request related to a problem? Please describe.** Today, the switch has accessible labels but sometimes there are situations where these labels don't fit. Now, the prop to...

♿ accessibility
🖥️api / dx
👨‍🎨design needed