File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
408408Or 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
421421export function Email({ lang }: { lang: string }) {
422422 const baseList = useLocalizedList (emailProviders , lang )
You can’t perform that action at this time.
0 commit comments