feat(events): add event creation form components
This commit is contained in:
parent
0e24f7917b
commit
b385f063c2
24 changed files with 1868 additions and 61 deletions
|
@ -22,7 +22,7 @@ function Card({ className, ...props }: React.ComponentProps<'div'>) {
|
|||
/* Outline */
|
||||
'',
|
||||
/* Shadow */
|
||||
'shadow-sm',
|
||||
'shadow-[4px_4px_9px_9px_rgba(0,0,0,0.25)]',
|
||||
/* Opacity */
|
||||
'',
|
||||
/* Scaling */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue