From 5c824e038b0401e53348e2a365341866a7539638 Mon Sep 17 00:00:00 2001 From: Flavio Espinoza Date: Fri, 1 Nov 2024 13:39:49 -0600 Subject: [PATCH] edit_anchor --- src/docs/components/examples/input.tsx | 8 +++++++- src/docs/components/input.md | 15 +++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/docs/components/examples/input.tsx b/src/docs/components/examples/input.tsx index 9b2d620..d0d4e22 100644 --- a/src/docs/components/examples/input.tsx +++ b/src/docs/components/examples/input.tsx @@ -3,7 +3,13 @@ import { Input } from '@/components/ui' const DemoInput = () => { return ( /// [demo_input] - + <> + + + + + + /// [demo_input] ) } diff --git a/src/docs/components/input.md b/src/docs/components/input.md index 9c421f8..b081a43 100644 --- a/src/docs/components/input.md +++ b/src/docs/components/input.md @@ -1,14 +1,13 @@ # Input - +### Usage -```tsx - - - -``` - +[input.tsx](examples/input.tsx ':include :type=code :fragment=demo_input') - + + +### Preview + +