<div
appearance="floating"
tuiCardLarge
>
<tui-textfield>
<input
tuiInput
[(ngModel)]="value"
/>
<label tuiLabel>Input example</label>
</tui-textfield>
<label tuiLabel>
<input
tuiCheckbox
type="checkbox"
[(ngModel)]="checkbox"
/>
Checkbox example
</label>
</div>
:host {
--tui-typography-family-text: 'Comic Sans MS', cursive;
--tui-typography-body-m: bold 1rem/1.5rem var(--tui-typography-family-text);
--tui-typography-body-s: normal 0.5rem/1.25rem var(--tui-typography-family-text);
--tui-background-accent-1: #c86dd7;
--tui-background-accent-1-hover: #a456b1;
--tui-background-accent-1-pressed: #7f3b8a;
--tui-text-primary-on-accent-1: #fff;
--tui-radius-s: 0;
--tui-radius-m: 0.25rem;
--tui-height-l: 4.375rem;
}