dgknca / css-skeletons

A single div, dynamic, fully customizable pure CSS skeletons library.

Home Page:https://dgknca.github.io/css-skeletons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single div, dynamic, fully customizable CSS library.

Documentation

See full documentation

Getting Started

Use from CDN

<!-- UNPKG -->
<link rel="stylesheet" href="https://unpkg.com/css-skeletons@1.0.7/dist/css-skeletons.min.css"/>

<!-- JSDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/css-skeletons@1.0.7/dist/css-skeletons.min.css"/>

or

Install from NPM

npm i css-skeletons
import 'css-skeletons'

Development

Make sure you have gulp-cli installed.

npm install --global gulp-cli

Then just run gulp to build/watch the index.scss.

gulp

About

A single div, dynamic, fully customizable pure CSS skeletons library.

https://dgknca.github.io/css-skeletons

License:MIT License


Languages

Language:SCSS 93.3%Language:JavaScript 6.7%