ui-library
ui-library copied to clipboard
Chec UI library assets and components
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...
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...
When the name splits into two lines:
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...
https://github.com/storybookjs/storybook/tree/master/addons/a11y What do we think about adding this to test components for accessibility? ex.
Example:  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...
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...
The image uploader container should have a helper that says something like "drag and drop files in or click to upload"
If I have a modal open and I press "ESC" then it should close the modal cc @blazepollard
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...