🏷️ Updated label component interface
This commit is contained in:
parent
e6ece32d74
commit
93fccc88bb
|
@ -35,5 +35,12 @@ export default interface IVLabel {
|
||||||
* @default false
|
* @default false
|
||||||
*/
|
*/
|
||||||
required?: boolean;
|
required?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The ID of the input element that this label is associated with.
|
||||||
|
* This helps improve accessibility by linking the label to its corresponding input.
|
||||||
|
*/
|
||||||
|
for: string;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user