Skip to content

Files

Latest commit

 

History

History
47 lines (35 loc) · 1.69 KB

Text.md

File metadata and controls

47 lines (35 loc) · 1.69 KB

Text FluentUI spec

The Text component consistently styles and formats occurrences of text.

Prior Art/Examples

API

Props

Attribute Name Type Default Value Description
variant enum A text can define its look via defined variants.

Slots

Name Considerations
root container for text

Proposed React structure

<span dir="auto">Foo bar baz</span>

Public usage

<Text>Foo bar baz<Text>