Closed MarvinJWendt closed 2 years ago
export let size: "medium" | "large" | "small" = 'medium';
This limits the attribute size to be one of ["medium", "large", "small"]. I think it would be nice to have those options in the autocomplete when using the attribute:
Duplicate/subset of #220
This limits the attribute size to be one of ["medium", "large", "small"]. I think it would be nice to have those options in the autocomplete when using the attribute: