JSPM

@instructure/ui-elements

6.9.1-rc.6+86f323ca
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 941
  • Score
    100M100P100Q13973F
  • License MIT

A UI component library made by Instructure Inc.

Package Exports

  • @instructure/ui-elements
  • @instructure/ui-elements/lib/Avatar
  • @instructure/ui-elements/lib/Heading
  • @instructure/ui-elements/lib/Img
  • @instructure/ui-elements/lib/Link
  • @instructure/ui-elements/lib/List
  • @instructure/ui-elements/lib/MetricsList
  • @instructure/ui-elements/lib/Pill
  • @instructure/ui-elements/lib/Progress
  • @instructure/ui-elements/lib/Spinner
  • @instructure/ui-elements/lib/Table
  • @instructure/ui-elements/lib/Tag
  • @instructure/ui-elements/lib/Text
  • @instructure/ui-elements/lib/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

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-elements

Usage

import React from 'react'
import { Avatar } from '@instructure/ui-elements'

const MyAvatar = () => {
  return (
    <Avatar name="Kyle Montgomery" />
  )
}

Components

The ui-elements package contains the following:

Contribute

See the contributing guidelines for details.

License

MIT