npm.io
0.7.2 • Published 6 years ago

@kata-kit/loading

Licence
Apache-2.0
Version
0.7.2
Deps
3
Size
70 kB
Vulns
0
Weekly
0
Stars
194
DeprecatedThis package is deprecated

@kata-kit/loading

Loading component for Wicara.

Install

# yarn
yarn add @kata-kit/loading
# npm
npm install @kata-kit/loading

Usage

To use this component within your React app, import as follows:

import { Robot } from '@kata-kit/loading';

const Component = () => <Robot />;