Package Exports
- @instructure/ui-elements
- @instructure/ui-elements/es/components/Heading
- @instructure/ui-elements/lib/components/Avatar
- @instructure/ui-elements/lib/components/Badge
- @instructure/ui-elements/lib/components/Heading
- @instructure/ui-elements/lib/components/Img
- @instructure/ui-elements/lib/components/Link
- @instructure/ui-elements/lib/components/List
- @instructure/ui-elements/lib/components/MetricsList
- @instructure/ui-elements/lib/components/Pill
- @instructure/ui-elements/lib/components/Progress
- @instructure/ui-elements/lib/components/Rating
- @instructure/ui-elements/lib/components/Spinner
- @instructure/ui-elements/lib/components/Spinner/locator
- @instructure/ui-elements/lib/components/Table
- @instructure/ui-elements/lib/components/Table/index
- @instructure/ui-elements/lib/components/Tag
- @instructure/ui-elements/lib/components/Text
- @instructure/ui-elements/lib/components/TruncateText
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-elements) 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-elements
Installation
yarn add @instructure/ui-elementsUsage
import React from 'react'
import Avatar from '@instructure/ui-elements/lib/components/Avatar'
export default MyAvatar = function () {
return (
<Avatar name="Kyle Montgomery" />
)
}Components
The ui-elements package contains the following:
- Avatar
- Badge
- Heading
- Img
- Link
- List
- MetricsList
- Pill
- Progress
- Rating
- Spinner
- Table
- Tag
- Text
- TruncateText
Contribute
See the contributing guidelines for details.