diff --git a/apps/www/src/app/examples/page.tsx b/apps/www/src/app/examples/page.tsx index b65134762..86ff2dada 100644 --- a/apps/www/src/app/examples/page.tsx +++ b/apps/www/src/app/examples/page.tsx @@ -28,7 +28,7 @@ import { Flex, IconButton, Indicator, - InputField, + Input, Menu, Navbar, Popover, @@ -516,7 +516,7 @@ const Page = () => { - + {/* Button Examples */} @@ -1663,7 +1663,7 @@ const Page = () => { - } width='100%' @@ -1832,7 +1832,7 @@ const Page = () => { - } width='100%' diff --git a/apps/www/src/components/demo/demo-controls.tsx b/apps/www/src/components/demo/demo-controls.tsx index f7978db50..0dc044732 100644 --- a/apps/www/src/components/demo/demo-controls.tsx +++ b/apps/www/src/components/demo/demo-controls.tsx @@ -8,7 +8,7 @@ import { import { Flex, IconButton, - InputField, + Input, Select, Switch, Text @@ -152,7 +152,7 @@ export default function DemoControls({ // For text and number types return (
- - + - + - + @@ -27,7 +27,7 @@ export function FieldExamples() {