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
Installation
yarn add @instructure/ui-motionUsage
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.