1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-15 13:36:35 +02:00

Add styleguidist docs.

This commit is contained in:
Bogdan Bodnar
2019-09-25 15:43:37 +02:00
parent 8296c6129e
commit 4a481ea642
16 changed files with 1300 additions and 136 deletions

2
docs/forms.md Normal file
View File

@ -0,0 +1,2 @@
`<ForisForm/>` is HOC which encapsulates entire form logic and provided children required props.
This component structure provides comfort API and allows to create typical Foris module forms easily.

1
docs/intro.md Normal file
View File

@ -0,0 +1 @@
Foris JS library is set of componets and utils for Foris JS application and plugins.