oz
KPCKevin Powell - Community
•Created by oz on 10/12/2024 in #front-end
How to create a similar tab selection effect in react.
2 replies
KPCKevin Powell - Community
•Created by oz on 5/23/2024 in #front-end
Aligning sibling labels with card content
2 replies
KPCKevin Powell - Community
•Created by oz on 5/13/2024 in #front-end
Nextjs Multi layout setup
Is there a standard way to handle multiple view ui changes in nextjs app dir.
I would like to conditionally render a basic / advanced view on a page based on user's choice
should I use route groups for each route to handle this setup
example
mode toggler is in
app/(dashboard)/layout.client.tsx
based on selected view when user navigates to home either show the basic view or advanced
app/(dashboard)/(advanced)/home/page.tsx
and
app/(dashboard)/(basic)/home/page.tsx
1 replies
KPCKevin Powell - Community
•Created by oz on 7/18/2023 in #front-end
hey, can anyone help me achieve this border design using the css clip property
I have an image, and I would like to have this shape (a semi circle or a triangle on the right or left border) of the image
11 replies