Text
Displays plain text or dynamically rendered text content within a component or interface.
Usage
import { Text } from '@atlrdsgn/kit';
<Text>Aliqua ut id quis Lorem ipsum et anim.</Text>;
Common Example
we will add CodeSandbox here
Properties
Name | Type | Default | Description |
---|---|---|---|
size | string | sm | The object for fontSize. |
font | string | system | font-family |
weight | string | normal | font-weight |
align | string | left | left , center , right |
color | string | slate12 | the text color |