@koolmaster/animation-components-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Common UI library

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 koolmaster1408@gmail.com 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.

Package Sidebar

Install

npm i @koolmaster/animation-components-ui

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

5.06 MB

Total Files

196

Last publish

Collaborators

  • koolmaster