-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Great approach to tweaking CSS vars! I've built bespoke little controls for this so many times but having a drop-in would be super helpful.
For Custom Elements:
- Allow attributes to control simple config
<slide-vars open scope="#elem"> - Allow multiple instances. You could have 4 or 5 demos on a page with the controls right next to them, provided Slide Vars can use non-fixed positioning and you can easily change the
scopevia attribute - A
scope="parent"value that indicates these are controls for this container
<div class="box-example red">
<slide-vars scope="parent" />
</div>
<div class="box-example blue">
<slide-vars scope="parent" />
</div>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request