Skip to content

@tw-classed/react@1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 01:02
· 216 commits to master since this release
3bf7118

This release adds support for the createClassed API to configure classed. Currently only the merger prop is supported as config

You can build your own or use tailwind-merge

// Classed.config.ts
import { twMerge } from "tailwind-merge";

export const { classed } = createClassed({
    merger: twMerge,
});

Minor Changes

  • #52 47437bca Thanks @sannajammeh! - Add createClassed API to extend the classed function with additional functionality. Currently only "merger" prop is supported

Patch Changes