react-components
react-components copied to clipboard
A set of components based on Vanilla Framework
Initial cypress integration landed with some tests for the Accordion component. We need tests for all the other components as well!
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...
See the details here: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
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.
This should be made to work with ModularTable.
Build components that can be used to build application layout with side navigation, panels, etc.
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...
### 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...