Info field
<k-info-field>
This UI component hasn't been finalized yet. The functionality and syntax aren't stable and might be redone in an upcoming release. Only use it at your own risk - breaking changes are likely to occur.
<k-info-field label="Info" text="This is a nice info text" />Props
| Prop | Type | Default | Description | 
|---|---|---|---|
| help | string | – |  | 
| label | string | – |  | 
| text | string | – | 
              Sets the info text. You can use HTML here to format the info.             | 
| theme | stringThe themes are inherited from the <k-box>component. | "info" | 
              The info box can have different styles/themes.             | 
CSS classes
.k-info-field