Documentation
Components
Typography

Typography

A series of interactive headings arranged vertically, each revealing a section of content when clicked.

Installation

Install the package

npm i @start-base/start-ui

Add the styles

To use the React form elements styles in a Next.js project, import the styles in your layout.tsx file.

app/layout.tsx
import "@start-base/start-ui/styles.css";

Import the component

import Typography from '@start-base/start-ui/Typography';

Usages

Typography Title Lead

StartUi

Typography Title Large Gradient

StartUi

Typography Subtitle Success Gradient

Open-Source UI Library for Customizable, Modern, and Accessible Web Interfaces

Typography Subtitle Success

Open-Source UI Library for Customizable, Modern, and Accessible Web Interfaces

Typography Paragraph Lead

StartUI is an open-source UI library designed to make web development more efficient and enjoyable. It offers a comprehensive set of pre-built components and utilities that integrate seamlessly with your CSS workflow.

Typography Paragraph Large Warning

StartUI is an open-source UI library designed to make web development more efficient and enjoyable. It offers a comprehensive set of pre-built components and utilities that integrate seamlessly with your CSS workflow. StartUI emphasizes customization and flexibility, allowing you to easily adjust colors, typography, layouts, and other design elements to match your project's unique requirements.

Typography Paragraph Medium

StartUI is an open-source UI library designed to make web development more efficient and enjoyable. It offers a comprehensive set of pre-built components and utilities that integrate seamlessly with your CSS workflow.

Typography Paragraph Small Info

StartUI is an open-source UI library designed to make web development more efficient and enjoyable. It offers a comprehensive set of pre-built components and utilities that integrate seamlessly with your CSS workflow. StartUI emphasizes customization and flexibility, allowing you to easily adjust colors, typography, layouts, and other design elements to match your project's unique requirements.

Typography Muted Small Bold

An Important Notice

Typography Quote Lead Error

"Simplicity is the ultimate sophistication."
— Leonardo da Vinci

API

NameTypeDefaultVariantsDescription
childrenstringChildren of the Typography
variantstringtitle subtitle paragraph muted quoteVariant of the Typography
sizestringsmall medium large leadSize of the Typography
colorstringdefaultdefault info warning error successColor of the Typography
gradientbooleanfalseGradient of the Typography
boldbooleanfalseBold of the Typography
italicbooleanfalseItalic of the Typography
decorationbooleanunderline overline linethroughDecoration of the Typography