0.0.2 • Published 10 months ago
rebassed v0.0.2
Rebassed
A modern rewrite of Rebass.
This rewrite focuses on the following:
- Type safety (using TypeScript)
- Compatibility with latest React version
What Changed?
- All components are now styled using
styled-components
instead of@emotion/styled
- All components are now typed using TypeScript
- All components are now exported as named exports
Disclaimer
This repo is not affiliated with the original Rebass project. I rewrote this for my own use and thought it might be useful to others like me who hate to see peer dependencies warnings in their terminal.