Utility functions for frontend development.
To install the package, run:
npm install @magnidev/frontend-utils
pnpm add @magnidev/frontend-utils
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");
This project is licensed under the MIT License - see the LICENSE file for details.