Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 914 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 914 Bytes

sham-ui-cube-animation

Build Status npm version MIT Licence

Animated cube component

Install

# npm
npm install sham-ui-cube-animation
# yarn
yarn add sham-ui-cube-animation

API

Table of Contents

CubeAnimation

Animated cube component

Examples
{% import CubeAnimation from 'sham-ui-cube-animation' %}
  ...
  <CubeAnimation/>
  ...