module Gargantext.Hooks.FormValidation
( module Gargantext.Hooks.FormValidation.Methods
, module Gargantext.Hooks.FormValidation.Types
) where
import Gargantext.Hooks.FormValidation.Types
( VForm, EForm, Field
, emailPattern
)
import Gargantext.Hooks.FormValidation.Methods
( useFormValidation
, append', (<!>)
)
-- (?) as `Gargantext.Hooks.FormValidation.Unboxed` and
-- `Gargantext.Hooks.FormValidation.Boxed` used same name of functions,
-- please import manually these helpers
-
arturo authored
* #174 * FormValidation hook * StateRecord hook * Bootstrap component (button, formInput, formTextarea, baseModal, spinner, button) * enhanced SASS members
c024c3b6