Skip to content

Label

Text label for displaying text content in a single format

Usage

import {Label} from 'deft-react';
function App() {
return <Label text="Hello" />
}

Properties

PropertyDescriptionTypeDefault
textText contentstring-