• arturo's avatar
    [docs] Add new document · c024c3b6
    arturo authored
    * #174
    * FormValidation hook
    * StateRecord hook
    * Bootstrap component (button, formInput, formTextarea, baseModal,
    spinner, button)
    * enhanced SASS members
    c024c3b6
FormValidation.purs 509 Bytes
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