A collection of highly composeable React components.
After building several UIKits in React with Styled Components, I decided to build out my own little UIKit that I could start projects from. I'm calling it "drew-i-kit". Get it? 😜
react
prop-types
normalize.css
styled-components
styled-tools
lodash
yarn install drew-i-kit styled-components
yarn storybook
to load up Storybook and view the componentsyarn test
to run all of the unit tests
Read the docs to learn more about the library.
Reakit and Grommet are two excellent React UI libraries built on top of Styled Components. Although they are great, I'm far too opinionated on styling to fully adopt another solution such as those. With that being the case, that's why I've built this, but I've learned a lot from how those great libraries are put together 🙏