Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1012 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 1012 Bytes

Mini Create Kit

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.

Features

  • Horizontal Image Card
  • Vertical Image Card
  • Header
  • Section
  • Styled Link
  • Styled Email Link
  • 3-Column Grid for Card Lists

How to use

  • If you are already using create-react-app, simply download the src\components and src\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 running npm install node-sass.
  • Check out the Docs to see how to use the components, and the HTML that they will render.