Label
Text label for displaying text content in a single format
Usage
import {Label} from 'deft-react';function App() { return <Label text="Hello" />}
Properties
Property | Description | Type | Default |
---|---|---|---|
text | Text content | string | - |
Text label for displaying text content in a single format
Usage
import {Label} from 'deft-react';function App() { return <Label text="Hello" />}
Properties
Property | Description | Type | Default |
---|---|---|---|
text | Text content | string | - |