Default

Function: default()

function default(props): Element

Defined in: src/components/manage-committee/create-committee.tsx:18

CreateCommittee component that allows users to create a new committee. It provides an input field for the committee name and a button to submit the form.

Parameters

props

The properties passed to the component.

className?

string = ''

Optional additional class names for styling.

Returns

Element

A JSX element that represents a form for creating a committee.