discue
Components
  • Code Contributions
  • Code of Conduct
  • Security Policy
  • Changelog
GitHub
Components
  • Code Contributions
  • Code of Conduct
  • Security Policy
  • Changelog
GitHub
  • Components
    • BackToTop
    • Banner
    • DropDownMenu
    • DropDownMenuBannerItem
    • DropDownMenuItem
    • FormElementErrorMessage
    • FormElementsContainer
    • FormImmutableText
    • FormInput
    • FormInputRadio
    • FormInputSelect
    • Headline
    • Headlines
    • NavButton
    • NavLink
    • Text
  • Contributions

Text since v0.4.0 themeable

A 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>
Improve this page
Last Updated:
Contributors: Stefan Pfaffel
Prev
NavLink