Skip to main content

Documentation Index

Fetch the complete documentation index at: https://copylabs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Strong

Strong is a typography component for rendering bold text for emphasis.

Import

import { Strong } from 'radix-native-ui';

Usage

import { Text, Strong } from 'radix-native-ui';

<Text>
  This is <Strong>important</Strong> text.
</Text>

Props

Examples

Inline Emphasis

<Text>
  This is <Strong>bold</Strong> text inline.
</Text>

With Color

<Text>
  Warning: <Strong color="red">This action cannot be undone.</Strong>
</Text>

In Heading

<Heading size={4}>
  Welcome to <Strong>Radix Themes Native</Strong>
</Heading>

Multiple Emphasis

<Text>
  The <Strong>quick</Strong> brown fox jumps over the <Strong>lazy</Strong> dog.
</Text>
  • Text - Text component
  • Em - Italic text
  • Heading - Heading component