Skip to content

Text

GitHub

Manage a basic paragraph.

Installation

npm
npx maiton add Text

Usage

import { Text } from "../components/Text";
<Text>Text</Text>

Props

The Text component consists of a p, so you can pass its default props props.

size

DescriptionThe text size
Typesm | md | lg | undefined
Defaultmd