Adopt NLDD Vue template types #169

Closed
opened 2026-07-24 05:29:00 +00:00 by robbertbos · 0 comments
Owner

NLDD 0.8.70 ships generated Vue template types: import '@nldd/design-system/vue' declares every nldd-* tag for template type-checking, with props carrying the component's own union types. Replaces any hand-written declarations and catches invalid attribute values (e.g. a non-existent nldd-button variant, which today fails silently) at tsc time. Small change: add the import, run npx tsc --noEmit, fix what surfaces.

NLDD 0.8.70 ships generated Vue template types: import '@nldd/design-system/vue' declares every nldd-* tag for template type-checking, with props carrying the component's own union types. Replaces any hand-written declarations and catches invalid attribute values (e.g. a non-existent nldd-button variant, which today fails silently) at tsc time. Small change: add the import, run npx tsc --noEmit, fix what surfaces.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
robbertbos/waggle#169
No description provided.