-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
Thanks for your great work, i really appreciate the Tailwind integration.
Can you consider in the future using data attributes instead of js-* classes, with Tailwind it's kind of hard to spot them.
js-slideshow -> data-cd-slideshow / data-slideshow / data-*-slideshow
js-slideshow__item -> data-cd-slideshow-item / data-slideshow-item
Or a custom cumponent approach without shadow dom.
https://github.com/Shopify/dawn/blob/main/snippets/cart-notification.liquid
https://github.com/Shopify/dawn/blob/main/assets/cart-notification.js
<cd-slideshow>
<div data-slideshow-item></div>
<div data-slideshow-item></div>
<div data-slideshow-item></div>
</cd-slideshow>
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request