MCPcopy Create free account
hub / github.com/agi-inc/design-system / MDSInputExample

Function MDSInputExample

apps/example/components/input/MDSInput.example.tsx:3–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Input, Textarea } from '@multion/ui';
2
3const MDSInputExample = () => {
4 return (
5 <div className="flex flex-col space-y-4">
6 <Input type="email" placeholder="Email" variantSize={'small'} />
7 <Input type="email" placeholder="Email" variantSize={'medium'} />
8 <Input type="email" placeholder="Email" />
9 <Textarea placeholder="Ask me to do anything" />
10 </div>
11 );
12};
13
14export default MDSInputExample;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected