@magnidev/tailwindcss-utils
v1.0.2
Published
A collection of utility functions for Tailwind CSS, designed to enhance the development experience and streamline the use of Tailwind in projects.
Readme
@magnidev/frontend-utils
Utility functions for frontend development.
Installation
npm install @magnidev/frontend-utils
pnpm add @magnidev/frontend-utils
yarn add @magnidev/frontend-utilsUsage
After installation, you can import the utility functions in your JavaScript or TypeScript files:
import { cn } from "@magnidev/frontend-utils";
const className = cn("text-red-500", "bg-blue-500");Contributing
Contributions are welcome! Please see contributing for guidelines.
License
This project is licensed under the MIT License - see the LICENSE file for details.
