You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in my project am using tailwind prefix tw-, so for the component from tremor raw, I would need to add tw- to all the classes of tailwind, shadcn ui has support for tailwind prefix, if we can also have support for tailwind prefix that will be helpful
What does the proposed API look like?
Though I am not full aware of how the implementation can be done, I found a PR which helped in shadcn for adding tailwind prefix support, below is the link for that
What I was thinking if I am using tailwind prefix, then can the tremor components tailwind classes being used can be updated to use the tailwind prefix,
Currently I have used the date picker component where I had manually added the prefix to tailwind classes, if there was some cli tool that can update the prefix for tailwind classes for tremor components that will be helpful
What problem does this feature solve?
Currently in my project am using tailwind prefix tw-, so for the component from tremor raw, I would need to add tw- to all the classes of tailwind, shadcn ui has support for tailwind prefix, if we can also have support for tailwind prefix that will be helpful
What does the proposed API look like?
Though I am not full aware of how the implementation can be done, I found a PR which helped in shadcn for adding tailwind prefix support, below is the link for that
shadcn-ui/ui#770
The text was updated successfully, but these errors were encountered: