Merge Tailwind CSS classes without style conflicts. Latest version: 3.2.0, last published: 18 days ago. Start using tailwind-merge in your project by running `npm i tailwind-merge`. There are 6266 other projects in the npm registry using tailwind-merge.
npm i tailwind-extended-shadows-merge Configure import{extendTailwindMerge}from"tailwind-merge";import{withExtendedShadows}from"tailwind-extended-shadows-merge";exportconsttwMerge=extendTailwindMerge(withExtendedShadows); npm itailwind-extended-shadows-merge ...
npmjs.com/package/tailwind-merge Topicscss utility-classes tailwindcss ResourcesReadme LicenseMIT license Code of conductCode of conduct Security policySecurity policy Activity Stars4.8k stars Watchers9 watching Forks72 forks Report repository Releases 56 v3.0.1 Latest Jan 30, 2025 + 55 releases ...
import{ twMerge }from'tailwind-merge'twMerge('px-2 py-1 bg-red hover:bg-dark-red','p-3 bg-[#B91C1C]')
npm add tailwind-merge yarn add tailwind-merge pnpm add tailwind-merge bun add tailwind-merge Basic usage If you're using Tailwind CSS without any extra config, you can usetwMergeright away. You can safely stop reading the documentation here. ...
Merge Tailwind CSS classes without style conflicts. Latest version: 2.1.0-v1, last published: a year ago. Start using @vertisanpro/tailwind-merge in your project by running `npm i @vertisanpro/tailwind-merge`. There is 1 other project in the npm registry
Merge Tailwind CSS classes without style conflicts. Latest version: 2.2.0-v2, last published: a year ago. Start using @lucasmellof/tailwind-merge in your project by running `npm i @lucasmellof/tailwind-merge`. There are no other projects in the npm regis
[Snyk] Upgrade: , , sharp, dayjs, jose, lucide-react, nanostores, npm-check-updates, playwright, react-tooltip, zustand, tailwind-mergeAlbertChambers/developer-roadmap#4 GabsBaquiementioned this issueSep 18, 2024 quangle36mentioned this issueSep 18, 2024 ...
thedevtag for testing purposes. It has a format like1.6.1-dev.4202ccf913525617f19fbc493db478a76d64d054in which the first numbers are the corresponding last release and the hash at the end is the git SHA of the commit. You can install the latest dev release withnpm install tailwind-...
npm install super-tailwind-merge //or yarn add super-tailwind-mergeUsageES6 Importimport superTwMerge from 'super-tailwind-merge'; const example1 = superTwMerge('text-red-500', { 'font-bold': true }, 'bg-blue-200'); console.log(example1); // Outputs: 'text-red-500 font-bold bg-...