RepoScalewayScalewaypublished Oct 26, 2021seen 5d

scaleway/scaleway-form

TypeScript

Open original ↗

Captured source

source ↗
published Oct 26, 2021seen 5dcaptured 10hhttp 200method plain

scaleway/scaleway-form

Description: Build amazing forms with Scaleway-ui and React-final-form 🚀🚀

Language: TypeScript

License: Apache-2.0

Stars: 9

Forks: 0

Open issues: 4

Created: 2021-10-26T14:45:20Z

Pushed: 2022-12-27T17:39:24Z

Default branch: main

Fork: no

Archived: yes

README:

Scaleway Form

Contribute

Add a validator

  • Create a file under src/validators/ folder
  • Export a default function with a type : (arg: unknown) => ValidatorObject
  • Export it into src/validators/index.ts
  • Add the key into the ValidatorProps type in src/types.ts
  • Add tests into src/validators/__tests__ folder