Moul UIBeta
Components

Form

Documentation for the Form component.

React Aria

Form

Preview

The Form component is built with React Aria and styled using StyleX.

Import

import { Form } from '@moul-dev/ui';

Usage

Here is a basic example of how to use the Form component:

import { Form } from '@moul-dev/ui';

export default function Example() {
  return (
    <Form>
      {/* Component content */}
    </Form>
  );
}

Props

Form Props

Prop

Type

Default className: react-aria-Form

On this page