🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@jakxz/tw-classnames

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jakxz/tw-classnames

This is a convenience wrapper around [`tailwind-merge`](https://npm.im/tailwind-merge) and [`clsx`](https://npm.im/clsx).

latest
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

@jakxz/tw-classnames

This is a convenience wrapper around tailwind-merge and clsx.

Usage

import { classNames } from "@jakxz/tw-classnames";
// OR
import howeveryouwannanameit from "@jakxz/tw-classnames";

You can also use twMerge directly as needed:

import { twMerge } from "@jakxz/tw-classnames";

Contributing & Releasing

  • Fork it ( https://github.com/jakxz/tw-classnames/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature'), do not modify the version in package.json
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

The PR will be squash merged following the conventional commits spec.

We use npx standard-version -a to generate the CHANGELOG and version update according to the commits.

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts