No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Common UI library

1. Prerequisites

  • Node >= 16.0.0
  • Yarn >= 1.22.19

2. Usage

2.1. Run install script

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 koolmaster1408@gmail.com to get permission to `@koolmaster/animation-components-ui` repository ### 2.2 Import the component and start using: For using in project: ```js import React from 'react'; import ReactDOM from 'react-dom'; // animations import { MovieCard } from '@koolmaster/animation-components-ui/lib/animations'; // library import { FullCoupon } from '@koolmaster/animation-components-ui/lib/library'; // base import { Skeleton } from '@koolmaster/animation-components-ui';