feat: switch to react aria and replace many components
This commit is contained in:
parent
cbecf85979
commit
3abd617a90
11 changed files with 536 additions and 298 deletions
4
app/utils/cn.ts
Normal file
4
app/utils/cn.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { type ClassValue, clsx } from 'clsx'
|
||||
import { twMerge } from 'tailwind-merge'
|
||||
|
||||
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs))
|
||||
Loading…
Add table
Add a link
Reference in a new issue