Mini Create Kit is a mini-React based pattern library bootstrapped with Create React App and deployed on Github Pages. It provides resusable styled-pattern ideas for any application.
- Horizontal Image Card
- Vertical Image Card
- Header
- Section
- Styled Link
- Styled Email Link
- 3-Column Grid for Card Lists
- If you are already using
create-react-app
, simply download thesrc\components
andsrc\scss
folders from Github and drop the files into your application folders. - Make sure to import both the components you need and
ck-pattern-styles.scss
into your application. - Note that to run sass in your application, you will need to install
node-sass
. You can do this by runningnpm install node-sass
. - Check out the Docs to see how to use the components, and the HTML that they will render.