Add various UI components including ToggleGroup and RadioGroup

This commit introduces multiple new UI components for the project. The added components include ToggleGroup, RadioGroup, Pagination, ToastBox, Textarea, Breadcrumb, Skeleton, Collapsible, Checkbox, Calendar, Accordion, Sonner, and CopyButton. These components enhance the flexibility and functionality of the UI, providing essential elements for better user interaction.
This commit is contained in:
Mathis H (Avnyr) 2024-11-08 14:37:06 +01:00
parent d73aecd2ab
commit 313a51f8db
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

14
.env.example Normal file
View File

@ -0,0 +1,14 @@
PORT=3333
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5434
POSTGRES_DATABASE=
POSTGRES_USER=
POSTGRES_PASSWORD=
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DATABASE}?schema=public&connection_limit=1
SMTP_PASSWORD=""
SMTP_EMAIL=""
SMTP_HOST=""
JWT_SECRET=