- accordion
- alert dialog
- annonce
- aspect ratio
- avatar
- badge
- banner
- button
- calendar
- card
- checkbox
- context menu
- date picker
- dialog
- drawer
- dropdown menu
- empty state
- hover card
- input
- label
- popover
- progress
- radio group
- scroll area
- select
- separator
- slider
- switch
- tabs
- textarea
- toast
- toggle group
- toggle
- toolbar
- tooltip
Typography
Hyperlinks create a web of information, allowing readers to explore related topics in more detail.
Build Custom Web UIs
Title for Headings
Highly customizable components for building modern websites and applications that look and feel the way you want.
Code
Kbd- Modern
- Customizable
- Responsive
- Accessible
Installation
Download and place typography components in tailus-ui/typography folder or install each component individually.
Important
If youβre installing each component separately, itβs important to remember to export all of these components in the index.ts
file. This ensures that they can be easily imported from other parts of your application.
Usage
Import the needed components and use them in your project.
Responsive
Some of the typography components props such as size
, align
, weight
support responsive values. You can pass a string or an object to the prop where the key is the breakpoint and the value is the prop value.
Important
Read each componentβs reference to see which props support responsive values. Responsive props are marked with a ~
symbol.
The breakpoints are defined as follows:
initial
(default)sm
(640px)md
(768px)lg
(1024px)xl
(1280px)xxl
(1536px)