Skip to content

zlatanpham/skeleton-loader

Repository files navigation

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