JSPM

@instructure/ui-motion

5.26.0-rc.18
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12158
  • Score
    100M100P100Q141070F
  • License MIT

A UI component library made by Instructure Inc.

Package Exports

  • @instructure/ui-motion
  • @instructure/ui-motion/lib/components/Transition
  • @instructure/ui-motion/lib/components/Transition/BaseTransition

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@instructure/ui-motion) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


category: packages

ui-motion

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-motion

Usage

import React from 'react'
import Heading from '@instructure/ui-elements/lib/components/Heading'
import Transition from '@instructure/ui-motion/lib/components/Transition'

export default MyTransition = function () {
  return (
    <Transition transitionOnMount in>
      <Heading>Hi there!</Heading>
    </Transition>
  )
}

Components

The ui-motion package contains the following:

Contribute

See the contributing guidelines for details.