Back to Fluentui

TextBestPractices

packages/react-components/react-text/stories/src/Text/TextBestPractices.md

4.40.2-hotfix2238 B
Original Source

Best practices

Do

  • Use Text whenever you need to display stylized text
  • Use Text to display read-only text
  • Use the as prop to give the text a semantic meaning. By default, the Text component will result in a span element.