0.0.2 • Published 1 year ago

@aura-ui/typography v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Typography

Aura UI Typography component.

Installation

npm install @aura-ui/typography
# or
yarn add @aura-ui/typography

Import Components

import { Typography } from '@aura-ui/typography';

Component

Typography: A flexible component that can render both text and headings.

Usage

<Typography>Hello, world.</Typography>