Text
<k-text>
The Text component is a container for all multi-line text with additional formats.
<k-text>
  <b>Lorem</b> <a href="#">ipsum</a> <i>dolor</i> …
</k-text>Props
| Prop | Type | Default | Description | 
|---|---|---|---|
| align | stringstart, centre, end | – | 
              Changes the text alignment             | 
| size | stringtiny, small, medium, large, huge | – | 
              Font size of the text             | 
| theme | stringhelp | – | 
              Visual appearance of the text             | 
Slots
| Slot | Description | 
|---|---|
| default | Text content | 
CSS classes
.k-text