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
- Host: GitHub
- URL: https://github.com/yisusjuarez/minteractions
- Owner: YisusJuarez
- License: mit
- Created: 2020-11-04T23:52:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T23:40:58.000Z (over 4 years ago)
- Last Synced: 2025-03-24T02:36:58.082Z (3 months ago)
- Topics: button, buttonkit, buttons, css, css-framework, css-library, css3, library, sass, scss
- Language: SCSS
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Minteractions
Minteractions is a **lightweight CSS Library** where you can find professional designed components.


### 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/minteractionsAlso 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 
Code Copyright 2020 YisusJuarez. Code released under [License](https://github.com/YisusJuarez/Minteractions/blob/master/LICENSE.md)