first relase
This commit is contained in:
parent
d3a42ba6e9
commit
c6afce22ed
288 changed files with 55505 additions and 192 deletions
8
utils/classnames.ts
Normal file
8
utils/classnames.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { twMerge } from 'tailwind-merge'
|
||||
import cn from 'classnames'
|
||||
|
||||
const classNames = (...cls: cn.ArgumentArray) => {
|
||||
return twMerge(cn(cls))
|
||||
}
|
||||
|
||||
export default classNames
|
||||
Loading…
Add table
Add a link
Reference in a new issue