@chakra-ui/form-control

v1.3.6
React component to provide validation states to form fields
field input input group form theming validation error react chakra-ui and 1 more...

prebuild

rimraf dist

start

nodemon --watch src --exec yarn build -e ts,tsx

build

concurrently yarn:build:*

test

jest --env=jsdom --passWithNoTests

lint

concurrently yarn:lint:*

version

yarn build

build:esm

cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps

build:cjs

cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps

build:types

tsc --emitDeclarationOnly --declaration --declarationDir dist/types

test:cov

yarn test --coverage

lint:src

eslint src --ext .ts,.tsx --config ../../.eslintrc

lint:types

tsc --noEmit
npm i @chakra-ui/[email protected]

Metadata

  • MIT
  • Whatever
  • Segun Adebayo
  • released 5/17/2021

Downloads