0.7.2 • Published 5 years ago

@kata-kit/loading v0.7.2

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

@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 />;