Text style enhances text with additional visual meaning. For example, using subdued text to de-emphasize it from its surrounding text.
<script lang="ts" setup>
import { TextStyle } from '@returnless/focus-ui';
</script>
<template>
<TextStyle strong>Strong text</TextStyle>
<TextStyle subdued>Subdued text</TextStyle>
</template>Text style should be: