0.1.0 • Published 4 years ago

stuvun-component-library v0.1.0

Weekly downloads
5
License
-
Repository
-
Last release
4 years ago

Component Library

intro

This is my component library made with Storybook! It includes a sample of many react.js components that I've put together to showcase as a mini portfolio.

Getting Started

If you'd like to make use of these components, just follow these simple instructions:

  1. Fork and clone this respository
  2. Install the necessary dependencies in the project directory
    • npm install
    • npm install @storybook/react --save-dev
  3. To run this storybook, enter the following command in your terminal: npm run storybook

You're all set! Enjoy!

Features

  • Click/Hover states
  • Easy customizable components
  • Forms/Buttons/Thumbnails

Technologies Used

  • This project was developed with Visual Studio Code using react.js and storybook
  • The component library was deployed using https://www.netlify.com

Contribution Guidelines