dom icon indicating copy to clipboard operation
dom copied to clipboard

The standard DOM driver for motorcycle.js

Results 1 dom issues
Sort by recently updated
recently updated
newest added

When a component is isolated, the DOM elements receives a `data-isolate` attribute. To avoid possible conflicts in user land, we should create a more unique `data-` attribute, e.g., `data-motorcycle-isolate`.

type: feat
~discussion