2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Input
|
|
|
|
---
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
|
|
import {
|
|
|
|
jsdocActiveImageInput,
|
|
|
|
jsdocButtonFrame,
|
|
|
|
jsdocDesignInput,
|
|
|
|
jsdocEmailInput,
|
|
|
|
jsdocFieldset,
|
|
|
|
jsdocFileInput,
|
|
|
|
jsdocImageInput,
|
|
|
|
jsdocListInput,
|
|
|
|
jsdocMarkdownInput,
|
|
|
|
jsdocMeasurementInput,
|
|
|
|
jsdocMfaInput,
|
|
|
|
jsdocNumberInput,
|
|
|
|
jsdocPassiveImageInput,
|
|
|
|
jsdocPasswordInput,
|
|
|
|
jsdocStringInput,
|
|
|
|
jsdocToggleInput,
|
|
|
|
} from '@site/prebuild/jsdoc/components.input.mjs'
|
|
|
|
import {
|
|
|
|
ActiveImageInputExample,
|
|
|
|
ButtonFrameExample,
|
|
|
|
DesignInputExample,
|
|
|
|
EmailInputExample,
|
|
|
|
FieldsetExample,
|
|
|
|
FileInputExample,
|
|
|
|
ImageInputExample,
|
|
|
|
ListInputExample,
|
|
|
|
MarkdownInputExample,
|
|
|
|
MeasurementInputExample,
|
|
|
|
MfaInputExample,
|
|
|
|
NumberInputExample,
|
|
|
|
PassiveImageInputExample,
|
|
|
|
PasswordInputExample,
|
|
|
|
StringInputExample,
|
|
|
|
ToggleInputExample,
|
|
|
|
} from './_examples.js'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
The **Input** component family provides the following components:
|
|
|
|
|
|
|
|
- [ActiveImageInput](#activeimageinput)
|
|
|
|
- [ButtonFrame](#buttonframe)
|
|
|
|
- [DesignInput](#designinput)
|
|
|
|
- [EmailInput](#emailinput)
|
|
|
|
- [Fieldset](#fieldset)
|
|
|
|
- [FileInput](#fileinput)
|
|
|
|
- [ImageInput](#imageinput)
|
|
|
|
- [ListInput](#listinput)
|
|
|
|
- [MarkdownInput](#markdowninput)
|
|
|
|
- [MeasurementInput](#measurementinput)
|
|
|
|
- [MfaInput](#mfainput)
|
|
|
|
- [NumberInput](#numberinput)
|
|
|
|
- [PassiveImageInput](#passiveimageinput)
|
|
|
|
- [PasswordInput](#passwordinput)
|
|
|
|
- [StringInput](#stringinput)
|
|
|
|
- [ToggleInput](#toggleinput)
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### ActiveImageInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocActiveImageInput} example={ActiveImageInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### ButtonFrame
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocButtonFrame} example={ButtonFrameExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### DesignInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocDesignInput} example={DesignInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### EmailInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocEmailInput} example={EmailInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### Fieldset
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocFieldset} example={FieldsetExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### FileInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocFileInput} example={FileInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### ImageInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocImageInput} example={ImageInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### ListInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocListInput} example={ListInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MarkdownInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocMarkdownInput} example={MarkdownInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MeasurementInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocMeasurementInput} example={MeasurementInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MfaInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocMfaInput} example={MfaInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### NumberInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocNumberInput} example={NumberInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### PassiveImageInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocPassiveImageInput} example={PassiveImageInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### PasswordInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocPasswordInput} example={PasswordInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### StringInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocStringInput} example={StringInputExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### ToggleInput
|
|
|
|
|
2025-05-11 17:55:53 +02:00
|
|
|
<ComponentDocs docs={jsdocToggleInput} example={ToggleInputExample} />
|
|
|
|
|
|
|
|
</DocusaurusDoc>
|