Closed mskelton closed 1 year ago
This adds a new createTV function that allows users to create a configured version of tv with tailwind-merge or other config. This is similar to using defaultConfig but supports multiple separate tv functions.
createTV
tv
defaultConfig
Fixes https://github.com/nextui-org/tailwind-variants/issues/95 Fixes https://github.com/nextui-org/tailwind-variants/issues/18
Docs PR here: https://github.com/nextui-org/tailwind-variants-docs/pull/19
fixes #123
🚀 🚀 🚀 🚀 🚀
Description
This adds a new
createTV
function that allows users to create a configured version oftv
with tailwind-merge or other config. This is similar to usingdefaultConfig
but supports multiple separatetv
functions.Additional context
Fixes https://github.com/nextui-org/tailwind-variants/issues/95 Fixes https://github.com/nextui-org/tailwind-variants/issues/18
Docs PR here: https://github.com/nextui-org/tailwind-variants-docs/pull/19
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).