react-components icon indicating copy to clipboard operation
react-components copied to clipboard

A set of components based on Vanilla Framework

Results 82 react-components issues
Sort by recently updated
recently updated
newest added

Initial cypress integration landed with some tests for the Accordion component. We need tests for all the other components as well!

Priority: Medium
P3 Triaged
Triaged: new architecture

To prevent Modals being accidentally cut off by parent styles we should wrap the modal component in a Portal, like we do for contextual menus: https://github.com/canonical-web-and-design/react-components/blob/master/src/components/ContextualMenu/ContextualMenu.tsx#L196 We'd need to figure...

Priority: Low
P3 Triaged
Triaged: new architecture

See the details here: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html

Priority: Low
Maintenance 🔨
P3 Triaged
Triaged: new architecture

Now that all components have been migrated to typescript we should investigate if we can turn on strict mode, which should help to catch more type issues.

Priority: Medium
P3 Triaged
Triaged: new architecture

This should be made to work with ModularTable.

Priority: Medium
P3 Needs decision

Build components that can be used to build application layout with side navigation, panels, etc.

Question ❓

If you type in a custom input value then refresh the page the pill has a prefix `CUSTOM` vs no prefix when initially entered. ![Screen Shot 2020-11-19 at 9 59...

Priority: High

### What's the issue When you have enough filters selected, the input to enter custom values will disappear and the extra filters you've selected will be hidden. Clicking the white...

Priority: Medium
P3 Needs decision