Documentation ¶ Index ¶ Constants func TwMerge(classes ...string) string Constants ¶ View Source const ( FlexRow string = "flex flex-row gap-2" FlexRowCB string = FlexRow + " items-center justify-between" NoRing string = "" /* 178-byte string literal not displayed */ ) Variables ¶ This section is empty. Functions ¶ func TwMerge ¶ func TwMerge(classes ...string) string TwMerge combines Tailwind classes and handles conflicts. Later classes override earlier ones with the same base. Example: "bg-red-500 hover:bg-blue-500", "bg-green-500" → "hover:bg-blue-500 bg-green-500" Types ¶ This section is empty. Source Files ¶ View all Source files merge.go tailwindstrings.go Click to show internal directories. Click to hide internal directories.