Awesome
<p align="center"> <img src="logo.jpg" width="230" /> </p> <p align="center"> Shards React is a free, beautiful and modern React UI kit <br /> based on <a href="https://github.com/designrevision/shards-ui">Shards</a>. </p> <br /> <p align="center"> <a href="#"> <img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" /> </a> <a href="https://twitter.com/designrevision"> <img src="https://img.shields.io/twitter/follow/DesignRevision.svg?style=social&label=Follow" /> </a> </p> <br /> <p align="center"> <a href="https://designrevision.com/docs/shards-react/"><strong>Documentation & Demo</strong></a> • <a href="https://designrevision.com/downloads/shards-react/"><strong>Official Page</strong></a> </p>Getting Started
Getting started with Shards React is fairly simple. You can download Shards React via the official website, here on GitHub as a release package or by using a package manager such as Yarn or NPM.
<br />Quick Start
You can install Shards React via Yarn or NPM.
# Yarn
yarn add shards-react
# NPM
npm i shards-react
<br />
Module Bundlers
If you are using a module bundler such as Webpack or Rollup, you can import components as follows:
import { Alert } from "shards-react";
import "bootstrap/dist/css/bootstrap.min.css";
import "shards-ui/dist/css/shards.min.css"
// ...
<br />
Built Using
<br />Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
<br />