Text
Text component, which allows rendering of raw text as Markdown and enables voice control.
Options
- raw |
string
: text to be rendered. Default:''
. - className |
string
: class names. Default:''
. - inline |
boolean
: controls whether to render the Markdown as inline text. Default:false
. - style |
object
: CSS inline styles. Default:{}
.
Examples
- Minimal
- With Style
- Multi-line
Live Editor
Result
ReferenceError: Provider is not defined