0.2.0 • Published 4 years ago

@uxui/skeleton-loader v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

skeleton-loader

NPM JavaScript Style Guide Build Status

Install

yarn add @uxui/skeleton-loader
// or
npm install --save @uxui/skeleton-loader

Usage

import { Skeleton } from '@uxui/skeleton-loader';

class Example extends React.Component {
  render() {
    return <Skeleton />;
  }
}

By default, styled-components was used to do styling and responsiveness but if you wish to have a emotion version, then, you have it:

import { Skeleton } from '@uxui/skeleton-loader/emotion';

Examples of usage can be found here.

Documentation

Document can be found here.

License

MIT © zlatanpham

0.2.0

4 years ago

0.1.1

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago