ui-library icon indicating copy to clipboard operation
ui-library copied to clipboard

Chec UI library assets and components

Results 57 ui-library issues
Sort by recently updated
recently updated
newest added

Sometimes the `ChecOptionsMenu` component exists in a clickable parent. Without any way to access the event to tell it to stop propegation, we can't avoid the parent click handler from...

bug

Currently we have overlay options of `dark` and `light`, which look good on their respective background colours. There is an issue if you have a mix of light and dark...

enhancement

Currently, when we add new CSS changes to the text field component, we need to nest things under the `:not(empty)` property. This is causing unnecessary nesting and use of the...

enhancement

https://github.com/storybookjs/storybook/tree/master/addons/a11y What do we think about adding this to test components for accessibility? ex.

enhancement

Example: ![image](https://user-images.githubusercontent.com/5170590/100139582-8c36fd80-2e44-11eb-8029-24058716663a.png) Assuming each option has a different flag icon. This may already be possible with built-in components - if so, add a storybook example and close this issue. Also...

enhancement

Currently we have a few places that will in-line tailwind classes dynamically: - Anything that uses the `tailwind` mixin (see #181) - Modals have a `max-width` prop. We should avoid...

enhancement

The image uploader container should have a helper that says something like "drag and drop files in or click to upload"

enhancement

If I have a modal open and I press "ESC" then it should close the modal cc @blazepollard

enhancement

We have some `variant` props on components that aren't very descriptive about what they actually do. We should go through and rename this. The biggest offender here is the button...

enhancement