react-lite-ui
react-lite-ui copied to clipboard
A set of React components. Themable / Customizable / Light weight library
Currently there is no ripple effect for any component. Need to think of integrating https://www.npmjs.com/package/@material/ripple or its alternatives
1. Bring [React Chat](https://github.com/Codebrahma/React-Chat) into this. 2. Development can happen in that as a separate repository. 3. Docs and story book should be in this repository too.
A tricky task considering what some other libraries forgot to offer. **Objective:** Testable ids can be attached through props. These ids enable to select particular elements to simulate events. Best...
All the animations / transitions for the components must be compatible in all major browsers. Preferably through sass mixins.
### Feature request --- **Is your feature request related to a problem? Please describe.** Currently, we have to write all the css prefixes and handle cross browser issues due to...
Should we switch to [Rollup](https://rollupjs.org/guide/en) for bundling the library? Rollup provides all the functionalities like webpack ( such as treeshaking ) and also simplifies bundling assets ( if we want...
Should we add component that support grid layout design like some other libraries like [rebass](https://rebassjs.org) provide? This would help us make this library as a complete UI kit rather than...
I want to show lists with images and some text next to it.
1. Color / font size / responsiveness theme should be uniform across all components. 2. A simple JSON / SASS file should be able to change that completely.