0.1.1 • Published 5 years ago

@rock-kit/ui-text v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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 @rock-kit/ui-text

Usage

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

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