Skip to content

Commit 153410c

Browse files
committed
update stackblitz next example link
1 parent 5327979 commit 153410c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Fully accessible with superlative keyboard controls
1616
- Forward any event and attribute to the `<input />` element or control it with React Hook Form
1717

18-
[Demo and examples](https://@smastrom/react-email-autocomplete.netlify.app)[Stackblitz](https://stackblitz.com/edit/react-4kufqv?file=src/App.js)[NextJS](https://stackblitz.com/edit/nextjs-6ttxsv?file=pages%2F_app.js)
18+
[Demo and examples](https://@smastrom/react-email-autocomplete.netlify.app)[Stackblitz](https://stackblitz.com/edit/react-4kufqv?file=src/App.js)[NextJS](https://stackblitz.com/edit/stackblitz-starters-f36nmm?file=app%2Fpage.tsx)
1919

2020
<br />
2121

@@ -74,7 +74,7 @@ function App() {
7474
<details><summary><strong>NextJS App Router</strong></summary>
7575
<br />
7676

77-
`src/components/Email.tsx`
77+
`components/Email.tsx`
7878

7979
```tsx
8080
'use client'
@@ -407,7 +407,7 @@ function App() {
407407

408408
Or with NextJS App router:
409409

410-
`src/components/Email.tsx`
410+
`components/Email.tsx`
411411

412412
```tsx
413413
'use client'
@@ -416,7 +416,7 @@ import {
416416
Email as EmailAutocomplete,
417417
useLocalizedList,
418418
} from '@smastrom/react-email-autocomplete'
419-
import { emailProviders } from '@/src/static/locales'
419+
import { emailProviders } from '@/static/locales'
420420

421421
export function Email({ lang }: { lang: string }) {
422422
const baseList = useLocalizedList(emailProviders, lang)

0 commit comments

Comments
 (0)