A component for positioning content with respect to a designated target.
npm install @instructure/ui-position[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]
A component for positioning content with respect to a designated target.
The ui-position package contains the following:
- Position
``sh`
npm install @instructure/ui-position
For detailed usage and documentation, see Position.
`js
import React from 'react'
import { Position } from '@instructure/ui-position'
const MyPosition = () => {
return
[npm]: https://img.shields.io/npm/v/@instructure/ui-position.svg
[npm-url]: https://npmjs.com/package/@instructure/ui-position
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md