react-components
react-components copied to clipboard
A set of components based on Vanilla Framework
https://github.com/canonical-web-and-design/maas-ui/pull/1007
 After implementing the above it would be easier to test if we could select rows based on some criteria, a `data-test` prop so that...
React Table `useTable` takes `n` arguments after the first for plugins. ```js const instance = useTable( { data: [...], columns: [...], }, useGroupBy, useFilters, useSortBy, useExpanded, usePagination ) ``` In...
Implement `p-separator` as React components. Additionally, HR has couple or variants (`is-full-width`, etc) that could be in the scope of that as well.
We've had some issues when trying to use `yarn link` where there were errors around multiple versions of React running and missing dependencies. After some investigation this appears to be...