-
# Blog Setup
## React
1. Setup Blog in React
1. Look into `react-markdown`
2. `next.js` + `mdx`
## Styling
1. SASS vs Tailwind
## CMS?
1. Do we need a CMS?
-
![image](https://github.com/user-attachments/assets/b730bb5d-5727-45d7-aa6c-7cf84eee8f81)
### When I have more than one story, I have this error. The last one is shown only. Even here on your we…
-
### Describe the bug
Looking at the examples and docs I expect this to correctly type my columns for me. Instead I get a large error with this code:
```
type Example = {
name: string
…
-
### Reproduction
```vue
import { useColorMode,useDark } from '@vueuse/core'
// import { Icon } from '@iconify/vue'
import { Button } from '@/components/ui/button'
import { DropdownMenu, Dropdow…
-
### Environment
```bash
Developement/Production OS: linux
Node version: 20.16.0
Package manager: pnpm@9.7.0
Radix Vue version: 1.9.3
Vue version: 3.4.37
Nuxt version: 3.12.4
CSS framework: tail…
-
Hi, I was able to successfully log in and it redirects me to the dashboard however when I refresh the page, I will get back to my login page, then If I manually type /dashboard to the URL keeps me red…
-
### Reproduction
https://github.com/HuakunShen/shadcn-auto-form-debug
### Describe the bug
When `ssr: false,` in Nuxt, I get error.
```
The requested module '/_nuxt/node_modules/.pnpm/@vu…
-
**User Story**
As a extension developer, I want to be able to build UIs using the shared componentns so that we can achive a consistent look and feel.
**Description**
Investigate
- [ ] how to en…
-
### Reproduction
unable to do so.
### Describe the bug
When following the Nuxt installation steps and installing the navigation menu here:
https://www.shadcn-vue.com/docs/components/navigation-me…
-
I'm trying to use the list component with an object for the items param, but TypeScript keeps warning me that this is not possible.