Field Label @astryx-svelte/core v0.3.0 · Field
Usage
Standalone label component with optional/required indicators and tooltip support.tsimport { Field } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.FieldLabel — Basic
Standalone labels with required and optional indicators and a helper description. Use when labeling a custom control that does not render its own label.