Tailwind-Styled-Component
Tailwind-Styled-Component copied to clipboard
Feature: Attrs functionality
while building a UI library with this I've run into a number of scenarios where I've wanted to have the attrs functionality that styled has. My use case doesn't require the complexity (or even dynamic capabilities) that styled has, I mainly just want be able to attach attributes to the element like, type, role, aria-*, etc.
any update on this?