materialish
materialish copied to clipboard
React components that loosely follow Material Design
the most of components are not accessible by screen readers, so we can revisit every component and check it and make it accessible. I can help with that but we...
@dannycochran got us started with the button over in #284
Passing `classNames` should append that to every node within the element's tree. For instance, if a React component renders the following DOM tree: ```js ``` and a consumer of the...
Was thinking about how Materialish may benefit from `all: initial` at the top of each component. I believe I learned about it from ya'll, so I'm curious why you didn't...
It could be worthwhile changing the editor on the website. Will it play well with React Static? Ref: [this issue](https://github.com/Microsoft/monaco-editor/issues/264#issuecomment-372033021) to learn about JSX + Monaco support.
Pieces to put together: 1. Jest 2. [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot#see-it-in-action) 3. Puppeteer 4. Storybook with the UI hidden I may be underestimating the challenge, but I think that this should be straightforward....
If you create a Navigation with an active state, and click another tab, there will be no animation. It only animates when you click outside of the Navigation first for...
Before we release v1.0.0, I would like to do an audit of the lib, checking for: - [ ] CSS variable name consistency. I should be able to write down...
### To Create ##### Regular - [ ] List ( #174 ) - [ ] AppHeader ( #16, #239 ) - [ ] AppPicker - [ ] DatePicker #31 (less...