@pongo-ui/react-text
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

Text

The Text control standardizes font styling across a webpage.

Use

  1. Install the @pongo-ui/react-text component.

Using NPM

npm install @pongo-ui/react-text

Using Yarn

yarn add @pongo-ui/react-text
  1. Install the @pongo-ui/react-provider and our theme tokens from @pongo-ui/react-theme

  2. Set up the provider in your app:

import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme } from '@pongo-ui/react-theme'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
    <Provider>
  )
}
  1. Integrate the Link component.
import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme } from '@pongo-ui/react-theme'
import { Text } from '@pongo-ui/react-link'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
      <Text>Hello World</Text>
    <Provider>
  )
}

API

To learn more about the Text API take a look at the Text Interface file.

Readme

Keywords

none

Package Sidebar

Install

npm i @pongo-ui/react-text

Weekly Downloads

1

Version

0.0.18

License

MIT

Unpacked Size

180 kB

Total Files

350

Last publish

Collaborators

  • pongobuild
  • czearing