vanilla-framework-react
vanilla-framework-react copied to clipboard
An implementation of Vanilla Framework using React
className is being overwritten in the dropdown generation
They're super cute, but the images change every now and then which is causing unnecessary Percy diffs.
While updating the components to use Vanilla 1.8.0 styling/markup (from 1.6.6) I found that pretty much every component that changed had their tests fail. This was due to the tests...
Even that `TableCell` seems to have `className` prop defined it's not set on rendered element in static table. ```js Test heading Test data ``` It makes it impossible to change...
I tried to use `Table` component to render a static table and found it quite hard to use and debug. It seems to be making a lot of assumptions about...
https://reactjs.org/docs/react-api.html#reactpurecomponent Most of vanillas patterns and components are fairly simple with predictable and repeatable renders so could benefit from PureComponents. If unsure stick with normal components.