Text - Chakra UI
Build faster with Premium Chakra UI Components 💎
Learn moreSkip to ContentTypography
Text
Used to render text and paragraphs within an interface.
SourceAI TipWant to skip the docs? Use the MCP Server Copy PagePreviewCodeStackblitzSphinx of black quartz, judge my vow.
Usage
import { Text } from "@chakra-ui/react" <Text>This is the text component</Text>Examples
Sizes
Use the fontSize or textStyle prop to change the size of the text.
PreviewCodeStackblitzChakra
Chakra
Chakra
Chakra
Chakra
Chakra
Chakra
Chakra
Chakra
Chakra
Chakra
Weights
Use the fontWeight prop to change the weight of the text.
PreviewCodeStackblitzSphinx of black quartz, judge my vow.
Sphinx of black quartz, judge my vow.
Sphinx of black quartz, judge my vow.
Sphinx of black quartz, judge my vow.
Sphinx of black quartz, judge my vow.
Truncation
Use the truncate prop to truncate the text after a single line.
PreviewCodeStackblitzLorem ipsum dolor sit amet, consectetur adipiscing elit.
Line Clamp
Use the lineClamp prop to truncate the text after a certain number of lines.
PreviewCodeStackblitzLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Ref
Here's how to access the underlying element reference
const Demo = () => { const ref = useRef<HTMLParagraphElement | null>(null) return <Text ref={ref}>This is the text component</Text> }Previous
Rich Text EditorNext
ButtonOn this page
UsageExamplesSizesWeightsTruncationLine ClampRefEdit page on GitHubScroll to topMaster Chakra UI
Learn how to build design systems with hands-on examples and expert guidance
Watch NowTừ khóa » Chakra Ui H1
-
Heading - Chakra UI
-
Text And Layer Styles - Chakra UI
-
Heading - Chakra UI | Design System Built With React
-
Chakra Factory
-
Global Styles - Chakra UI
-
Heading - Chakra UI
-
Chakra UI Prose
-
How Do I Preserve The Styling Of H2, H3, Etc? Problem ... - GitHub
-
Text Style Not Applying Unless Property Is Defined #3612 - GitHub
-
Chakra UI Test - StackBlitz
-
Advanced Techniques In Chakra UI - LogRocket Blog
-
Choc UI: Chakra UI Prebuilt Components
-
Unit Testing On NextJS + Chakra-UI Project - Stack Overflow
-
Chakra Ui Button Not Rendering - Stack Overflow