diff --git a/README.md b/README.md index d9e1fd3..461e572 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,12 @@ export default function MyComponent() { } ``` +## Examples + +- [PinInput (ShadcnUI + React Hook Form)](https://stackblitz.com/edit/pin-input-shadcn-react-hook-form?file=src%2FApp.tsx) +- [PinInput Raw (Controlled)](https://stackblitz.com/edit/pin-input-raw?file=src%2FApp.tsx) +- [PinInput Raw (Uncontrolled)](https://stackblitz.com/edit/pin-input-raw-uncontolled?file=src%2FApp.tsx) + ## Author Crafted with 🤍 by [Sat Naing](https://satnaing.dev). The design of the website is inspired by [https://time.openstatus.dev](https://time.openstatus.dev) diff --git a/src/App.tsx b/src/App.tsx index 929fa3e..14d287c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,6 +3,7 @@ import { IconBrandLinkedin, IconBrandX, IconDeviceLaptop, + IconExternalLink, IconGitFork, IconHeart, IconStar, @@ -145,6 +146,55 @@ export default function App() { + + {/* Examples */} +
+

Examples

+ +