jotai-form
Form atoms for Jotai
File Explorer
Download Latest Version (.zip)- ci.json
- cd.yml
- ci.yml
- FormControl.tsx
- 01_basic_spec.tsx
- 02_form_validation.tsx
- 03_form_controls.tsx
- index.html
- index.js
- package.json
- index.html
- App.tsx
- index.tsx
- package.json
- index.html
- App.tsx
- index.tsx
- package.json
- index.html
- code-preview.js
- code.js
- index.js
- package.json
- index.html
- index.tsx
- package.json
- index.html
- index.js
- package.json
- index.html
- index.tsx
- package.json
- noop.ts
- index.ts
- atomWithFormControls.ts
- atomWithValidate.ts
- index.ts
- validateAtoms.ts
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierrc
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/jotaijs/jotai-form
Downloads the entire project code from GitHub to your computer.
cd jotai-form
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i jotai-form
Type this command into your terminal and run it.
yarn add jotai-form
Type this command into your terminal and run it.
pnpm add jotai-form
Type this command into your terminal and run it.
> npm i jotai
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
