@koolmaster/animation-components-ui
v1.0.9
Published
Common UI library for Web
Downloads
3
Maintainers
Readme
Common UI library
Please navigate to Storybook for docs + UI components
1. Prerequisites
- Node >= 16.0.0
- Yarn >= 1.22.19
2. Usage
2.1. Getting Started
Run following command to install the @koolmaster/animation-components-ui
package:
// with yarn
yarn add @koolmaster/animation-components-ui
// with npm
npm install @koolmaster/animation-components-ui
Replace latest
with appropriate version
Note: If received error: Not have permissions, please contract [email protected] to get permission to
@koolmaster/animation-components-ui
repository
2.2 Import the component and start using:
For using in project:
import React from 'react';
import ReactDOM from 'react-dom';
// animations
import { MovieCard } from '@koolmaster/animation-components-ui/lib/animations';
// library
import { Countdown } from '@koolmaster/animation-components-ui/lib/library';
// base
import { Skeleton } from '@koolmaster/animation-components-ui';
License
This project is licensed under the terms of the MIT license.