react-atlas
react-atlas copied to clipboard
Composable React components with CSS Modules.
minor coverage improvement for checkbox, dropdown, textarea, textfield
TextField has _updateMaskSelection defined twice 
A list of updates to make to Tabs, Tab, TabList, and TabPanel after doing a group code review. - Change onSelect to onChange in Tabs.js - Add onBeforeChange - Replace...
Make the following changes found during a code review of the Icon component: - Update classes in docs from "fa" to "fab" - Update docs to tell user to include...
Make the following changes found during a code review of the Card component: - Change title proptype to allow .node - At minimum, change standardFieldset to fieldset and always use...
The doc site has a js error caused by the validate prop getting passed down to the html form element:  Fix should just be adding validate to the blacklist...
Accordion.js - [ ] **Line 57:** Add comment to inform that we are checking for a string in case the user uses an HTML element instead of a React Node,...
**Documentation** - [ ] Add margin to the right of the Avatar in the 2nd example **Code** - [ ] Create new prop for custom delimiter (don't force `/`) -...
The previous snapshot test was returning a false positive so it was deleted. This was caused by something in Portal.js, most likely ReactDOM.unstable_renderSubtreeIntoContainer() which has been replaced by ReactDOM.createPortal(). Please...