@magnidev/frontend-utils
Utility functions for frontend development.
Installation
npm install @magnidev/frontend-utils
pnpm add @magnidev/frontend-utils
yarn add @magnidev/frontend-utils
Usage
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.