JSPM

@instructure/ui-text

7.3.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17328
  • Score
    100M100P100Q138452F
  • License MIT

A component for styling textual content

Package Exports

  • @instructure/ui-text

Readme


category: packages

ui-text

npm  build-status  MIT License  Code of Conduct

A component for styling textual content.

Components

The ui-text package contains the following:

Installation

yarn add @instructure/ui-text

Usage

---
example: false
---
import React from 'react'
import { Text } from '@instructure/ui-text'

const MyText = () => {
  return (
    <Text>
      Whatever you want to display goes here.
    </Text>
  )
}