99.10.0 • Published 4 years ago

@temporg/ui-text v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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 @temporg/ui-text

Usage

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

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