-
Create a website using Next.js that explains the product.
Make sure to use shadcn/ui library components.
Deploy to vercel.
-
Hello, can I install these components with the existing shadcn cli?
-
### Describe the bug
Here's my `components.json` file:
```
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"conf…
-
This ticket covers the effort to switch all `platform-bible-react` wrappers based on MUI to its Shadcn/ui equivalent.
Unchecked - not started
In progress - development
In review - PR
Checked - …
-
I'm experiencing difficulties while trying to set up and use a custom sandbox. Specifically:
After deploying a sandbox, I consistently receive a "Bad Gateway" error when attempting to access the ar…
-
**User Story**
As a user, I want a consistent UI design so that the design makes sense without meaningless confusing differences.
**Description**
We are moving from MUI to Shadcn/Tailwind.
**…
-
# Navbar Component
### Description
Create a **responsive navbar** using **Next.js** and **Tailwind CSS**. The navbar should include links to different sections of the website and should be collaps…
-
### Describe the bug
I have this Tailwind config:
```ts
import animate from 'tailwindcss-animate';
import typography from '@tailwindcss/typography';
import defaultTheme from 'tailwindcss/defaul…
-
### Describe the bug
Given this component:
```jsx
const SatelliteSearch = () => {
const satellites = useAtomValue($satellites);
const [selectedSatelliteIndexes, setSelectedSatelliteIndexes]…
-
### Feature description
A tree view component with drag & drop functionality (to move around files and folders), something like [minop1205/react-dnd-treeview](https://minop1205.github.io/react-dnd-…