Default

Function: default()

function default(props): Element

Defined in: src/components/manage-periods/create-period.tsx:19

CreatePeriod component that allows users to create a new period. It provides input fields for the period name, start date, and end date, along with 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 period.