1.0.0 • Published 6 years ago

skeleton-placeholder v1.0.0

Weekly downloads
109
License
MIT
Repository
github
Last release
6 years ago

Skeleton Placeholder

A small CSS library to help you build skeleton placeholders. Allows you to keep using your existing layout and turn them into skeletons.

npm.io

Quick Start

To get started you can include the minified css file from the CDN

<link rel='stylesheet' href='https://unpkg.com/skeleton-placeholder'>

The first thing you want to do is create a skeleton wrapper. With some bones in it.

<div class='skeleton'>
  <div class='bone bone-type-text'></div>
</div>

You can find the full documentation here

Installation

NPM

You can install the package from npm with

npm i -D skeleton-placeholder

CDN

Use our CDN to get the minified css

<link rel='stylesheet' href='https://unpkg.com/skeleton-placeholder'>

Demo

You can find a demo page with different use cases here.

Contributing

Contributions are welcome.

To get started with development clone the repo and install dependencies.

git clone https://github.com/ToxicJojo/BoneCss
cd BoneCss
npm install

To start a development sever run

npm run dev

To start the docs server

npm run docs

Both of them autoupdate the webpages on save.

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago