Description:
57 Configurable React Stateless Functional UI Components.
Rebass is a React UI component library that uses inline styles to avoid CSS dependencies and prevent leaky global styles from affecting an application. Rebass components are built as stateless functional components and modeled as presentational components. With unit tests for each component, Rebass is great for prototyping and ready for production.
Features:
- Uses inline styles
- No CSS dependencies
- No leaky global styles
- Presentational components work with any application architecture
- Configurable with React Context
- Great for prototyping
- Production ready
- Tested

