diff --git a/apps/www/src/components/playground/field-examples.tsx b/apps/www/src/components/playground/field-examples.tsx new file mode 100644 index 000000000..0e682de0d --- /dev/null +++ b/apps/www/src/components/playground/field-examples.tsx @@ -0,0 +1,32 @@ +'use client'; + +import { Field, Flex, InputField, TextArea } from '@raystack/apsara'; +import PlaygroundLayout from './playground-layout'; + +export function FieldExamples() { + return ( + + + + + + + + + + + + + + + +