shadcn

Results 13 issues of shadcn

This adds a code examples section to next-drupal.org.

documentation
area: www

```ts const node = await getResourceFromContext("node--article", { params: { "fields[node--article]": "title" } }) ``` The code above (on a Drupal site with translation enabled) will return null because of the...

bug
area: next-drupal

This implements on-demand ISR using the Events API.

enhancement
area: next module

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...

template: bug

![gVfDTE8F 2](https://user-images.githubusercontent.com/124599/201051926-11fcb2c0-88ca-4fbb-a566-dcc1a64a77c6.png)

I got a couple of types errors in there and a couple of `@ts-nocheck`. I'll fix this when Next.js app dir is out of beta or when new minors are...

Blocked by https://github.com/vercel/next.js/issues/43458

- Init `shadcn/ui` components - Fixes an issue with the sidebar focus. - Fixes clear history - ui updates and redirect handling: Fixes #231. - Removes the route handler and...