-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Allow specifying component states in wiremd syntax.
Proposed Syntax
[Submit]{:disabled}
[Submit]{:hover}
[Submit]{:loading}
<!-- Or state blocks -->
::: state=hover
[Submit]
:::States to Support
:hover- Hover state:active- Active/pressed state:focus- Focused state:disabled- Disabled state:loading- Loading state:error- Error state:success- Success state
Rendering
- Show different visual styles
- Generate CSS for pseudo-classes
- Add to component AST
Priority
Medium
Labels
enhancement, syntax, states