code0-tech / pictor

Base UI components for code0 applications
Other
3 stars 0 forks source link

Input components #191

Open nicosammito opened 2 months ago

nicosammito commented 2 months ago

The current input component is outdated. Therefore we planned to completely re-develop the input component and also split it into separat components.

All those components should base on the parent raw Input component, that we will need for the development of Nodes later on.

Also the Input component itself should support validation similar to @mantine/form. Either we decide to use this library, something else or develop our own from validation hook.

Some other form components that should also be developed:

Those components are also props on the Input component and can be rendered directly within the component.

Every Input is based on those parts: