An open API service indexing awesome lists of open source software.

https://github.com/yisusjuarez/minteractions

Lightweight CSS Library for microinteractions
https://github.com/yisusjuarez/minteractions

button buttonkit buttons css css-framework css-library css3 library sass scss

Last synced: 2 months ago
JSON representation

Lightweight CSS Library for microinteractions

Awesome Lists containing this project

README

        

## Minteractions
Minteractions is a **lightweight CSS Library** where you can find professional designed components.

![GitHub package.json version](https://img.shields.io/github/package-json/v/YisusJuarez/Minteractions)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/YisusJuarez/minteractions?color=red)
![npm](https://img.shields.io/npm/v/minteractions?color=green)
### Docs (**temporarily**)
Follow the [docs](https://yisusjuarez.github.io/Minteractions/) to build your own button minteractions!.
### NPM
```sh
npm install minteractions
```
After installation, you can import the CSS file into your project:

```sh
@import 'minteractions/css/minteractions.css'
```

### CDN
- jsDelivr: https://www.jsdelivr.com/package/npm/minteractions

Also you can import the css using CDN into your project:

```sh

```

### CSS only
You can download the compiled CSS [Minteracions.css](https://github.com/YisusJuarez/Minteractions/blob/master/css/minteractions.css).

You can either use that file or download the Sass source files to customize the [variables](https://github.com/YisusJuarez/Minteractions/blob/master/sass/basics/_vars.scss).

There is **no JavaScript included** so you are free to develop the functions by yourself.

## Copyright and License ![Github](https://img.shields.io/github/license/YisusJuarez/Minteractions?logo=Github)

Code Copyright 2020 YisusJuarez. Code released under [License](https://github.com/YisusJuarez/Minteractions/blob/master/LICENSE.md)