Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uxui/skeleton-loader

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxui/skeleton-loader

React component helps ease the process of creating skeleton screens

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 04 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc