1.0.9 • Published 2 years ago

@koolmaster/animation-components-ui v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago