This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@temporg/ui-motion
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

category: packages private: true

ui-motion

npm  build-status  MIT License  Code of Conduct

Components

The ui-motion package contains the following:

Installation

yarn add @temporg/ui-motion

Usage

import React from 'react'
import { Heading } from '@temporg/ui-heading'
import { Transition } from '@temporg/ui-motion'

const HeadingWithTransition = () => {
  return (
    <Transition transitionOnMount in>
      <Heading>Hi there!</Heading>
    </Transition>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-motion

Weekly Downloads

4

Version

0.8.0

License

MIT

Unpacked Size

84.5 kB

Total Files

22

Last publish

Collaborators

  • npm