1.0.0 • Published 3 years ago

@ultrasenses/ui-skeleton v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@ultrasenses/ui-skeleton

Ultrasenses skeleton

✨ Features

  • Small size.
  • Easy to stylize.

🛠️ Installation

npm i @ultrasenses/ui-skeleton --save
yarn add @ultrasenses/ui-skeleton

💻 Usage

in Component.tsx

import styled from 'styled-components';
import { Skeleton as SkeletonTemplate } from '@ultrasenses/ui-skeleton';

const Skeleton = styled(SkeletonTemplate)`
  width: 200px;
  height: 20px;
`

const Component = () => (
    <Skeleton />
)

📑 License

The project is licensed under the Apache license 2.0.