since v0.4.0 themeable
TextA simple text element that that renders a sequence of strings. The sequence can optionally be highlighted or have a smaller than default font size.
Preview
Ea officia nulla veniam eu enim tempor anim consectetur ut nostrud.
Properties
Name
Type
Default
Value
extraLarge
Boolean
false
highlight
Boolean
false
inheritColor
Boolean
false
inheritFontSize
Boolean
false
large
Boolean
false
light
Boolean
false
small
Boolean
false
Example
<template>
<Text>
Ea officia nulla veniam eu enim tempor anim consectetur ut nostrud.
</Text>
</template>
<script setup>
import { Text } from '@discue/ui-components'
</script>