--- localeCode: en-US order: 18 category: Basic title: Typography subTitle: Typography icon: doc-typography brief: The basic format of text, images, paragraphs, and numeric. --- ## When to Use - To display the text content of articles, blogs, logs, etc. - To take basic operations such as copying and omitting text. ## Demos ### How to import ```jsx import import { Typography } from '@douyinfe/semi-ui'; ``` ### Title Use `heading` to set different levels of headint title. ```jsx live=true import React from 'react'; import { Typography } from '@douyinfe/semi-ui'; function Demo() { const { Title } = Typography; return (
Liked:1.6111e1 K
Views:
Favorable rating: 0.915
Used: 1000
Available: {1024*1000}
Used: 1024
Available: {2e12}
{item.type}: {item.min}
); } return (