leuchtturm-dev / turboprop

MIT License
54 stars 4 forks source link

Validate attributes #5

Closed cschmatzler closed 3 months ago

cschmatzler commented 4 months ago

Some hooks have specific requirements for what elements need to exist, what attributes need to be set and what their format is.

Required components

A menu needs a root -> positioner -> content hierarchy. If one of them is missing, it does not work.

Required attributes

A menu item group needs to have a name set.

Attribute format

A PinInput input's index needs to be an integer.