instruction.css
v0.0.3
Published
Exposable bits of UI clarification
Downloads
2
Readme
instruction.css
usage
This is the minimum markup required for this instruction.
<i data-instruction-id="MyInstruction">i</i>
<div id="MyInstruction" data-instruction>
this is a instruction
</div>
The instruction and trigger may any element, with any class, as long as they have these data attribute.
These nodes do not need to be related in any way.