front-end-dojo
Version:
Library full of useful CSS, Sass, Styled-components, JavaScript, React functions, mixins, utilities, etc.
51 lines (35 loc) • 1.59 kB
Markdown
<p align="center">
<a href="https://david-dm.org/alexdevero/front-end-dojo"><img alt="Dependency Status" src="https://david-dm.org/alexdevero/front-end-dojo.svg?style=flat"></a>
<a href="https://david-dm.org/alexdevero/front-end-dojo?type=dev"><img alt="devDependency Status" src="https://david-dm.org/alexdevero/front-end-dojo/dev-status.svg?style=flat"></a>
<a href="http://opensource.org/licenses/MIT"><img alt="MIT License" src="https://img.shields.io/npm/l/express.svg"></a>
</p>
<p align="center">
<a href="https://alexdevero.com"><img alt="Built by DEVERO" src="https://img.shields.io/badge/built%20by-DEVERO-brightgreen.svg?colorB=d30320"></a>
<a href="https://github.com/alexdevero/front-end-dojo/releases"><img alt="Current release" src="https://img.shields.io/github/release/alexdevero/front-end-dojo.svg"></a>
</p>
# Front-End Dojo
Library full of useful CSS, Sass, Styled-components, JavaScript, React functions, mixins, utilities, etc.
### Table of contents
* [Install](#install)
* [Usage](#usage)
* [Code of Conduct](#code-of-conduct)
* [License](#license)
### Install
#### Download
```
npm install --save-dev front-end-dojo
```
or
```
yarn add -D front-end-dojo
```
#### Clone this repo
```
git clone https://github.com/alexdevero/front-end-dojo.git
```
### Usage
Pick, import and use any snippet you want.
### Code of Conduct
[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
### License
MIT © [Alex Devero](https://alexdevero.com).