This package has been deprecated

Author message:

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

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

99.10.0 • Public • Published

category: packages

fx-motion

npm  build-status  MIT License  Code of Conduct

Components

The fx-motion package contains the following:

Installation

yarn add @temporg/fx-motion

Usage

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/fx-motion

Weekly Downloads

2

Version

99.10.0

License

MIT

Unpacked Size

64.6 kB

Total Files

22

Last publish

Collaborators

  • npm