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

Composable React components with CSS Modules.

Results 34 react-atlas issues
Sort by recently updated
recently updated
newest added

minor coverage improvement for checkbox, dropdown, textarea, textfield

TextField has _updateMaskSelection defined twice ![image](https://user-images.githubusercontent.com/1141357/50488293-6b02d380-09c7-11e9-98eb-dbd207644045.png)

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: ![image](https://user-images.githubusercontent.com/1141357/48862999-8ad22680-ed8d-11e8-9098-c55c294b06dd.png) Fix should just be adding validate to the blacklist...

bug

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,...

JS
Component Enhancement

**Documentation** - [ ] Add margin to the right of the Avatar in the 2nd example **Code** - [ ] Create new prop for custom delimiter (don't force `/`) -...

CSS
JS
Component Enhancement

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...

JS
Tests