1.1.2 • Published 1 year ago

@hishprorg/impedit-reprehenderit-quo v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm downloads npm npm Discord

Features

Install

npm install @hishprorg/impedit-reprehenderit-quo

Quickstart

import { useForm } from '@hishprorg/impedit-reprehenderit-quo';

function App() {
  const {
    register,
    handleSubmit,
    formState: { errors },
  } = useForm();

  return (
    <form onSubmit={handleSubmit((data) => console.log(data))}>
      <input {...register('firstName')} />
      <input {...register('lastName', { required: true })} />
      {errors.lastName && <p>Last name is required.</p>}
      <input {...register('age', { pattern: /\d+/ })} />
      {errors.age && <p>Please enter number for age.</p>}
      <input type="submit" />
    </form>
  );
}

Sponsors

Thanks go to these kind and lovely sponsors!

Past sponsors

Backers

Thanks go to all our backers! [Become a backer].

Contributors

Thanks go to these wonderful people! [Become a contributor].

trimEndzodlrueventEmitterflatMaplazyreuseArrayloadingescapedeepvaluesdomeast-asian-widthdom-testing-librarysuperstructprotocol-bufferspostcssinterruptsdynamodbbusy0optimizerjsonschemafluxrandomroute53WebSocketguidStyleSheetgitignoretextfilecryptojavascriptFloat32Arrayassignmapgetmkdirnopetc39statelesscloudfrontstringifierreact-componentarraystslibstyleglobal objectcolumnwhatwgvalueoptionawesomesaucespringES2019make dirtoArrayes7kinesiscommandStreamenvaccessorirqlanguagezxmacosarktype.envlessIteratorArray.prototype.flattenregexomitstreamstyped arrayes5dayjsform-validationcensortypesafeless compilerbabel-corestyleguidecjkfetchWeakSetcall-boundjsdiffcore-jsextendvarsequal6to5css nestinges8inwidthqueueMicrotasknodewgetspeedglobmulti-packagecompilerECMAScript 5modulesawsfixed-widthperformantworkspace:*diffbytesidedefinePropertywhichnativejestobjpreprocessorsignalevery256safeconcatassertiontestuninstallbeanstalkhelperES2016pipebrowserslistfantasy-landvpcpropertyString.prototype.matchAllgdprmakechromecurlcss variableHyBitypescriptdeepcloneRxJSES2018class-validatorfast-copyrequireECMAScript 2017writableinstallUint16Arrayutils.gitignorenamechinesefullwidthlockfilejwtgraphqlserializationargsauthenticationRegExp.prototype.flagsreversedroutingObject.definePropertycacheYAMLObject.fromEntriesECMAScript 3full-widthrfc9562json-schemamonorepojson-schema-validatornpmignoredroptypedarraysencryptionsyntaxiterateapolloterminalrequestcreateartdeepcopysortexpressionargvschemeignoreposegetoptroutetsforEachreduxaccessibilityelasticacheagentES6bannerArrayBuffer.prototype.slicebinajvslottelephoneprivatetostringtagdotenvcircularES2023checkReactiveXreacttoucha11yes2015symlinksassertssymbolsflagsBigUint64Arrayelectronprogresspinoes6fastifyimmerestreejapanesejQuerytoSortedweakmapasterisksdragidentifierssharedpluginfunctionstatedescriptortraverseredux-toolkitparseramdaxtermwriteclassnamesiamReactiveExtensionspoint-freejsdomclassnameArray.prototype.findLastIndexincludesArrayBuffer#slicesyntaxerrorqueuenumberhooksPromisetakeObjecttesting$.extendquerystringurlserializefunctionssettingsoutputrangeerrorObject.assignMicrosoftfunctionalphonepackage managernamespureerror-handlingmkdirpgetOwnPropertyDescriptortimematchesinternal slotfullapizeroes2016fast-clonegroupByconcatMapUint32ArraydefineviewrobusteslintpluginPushdependency managervalidatoransiloggerECMAScript 2021animationvestjscss lesslocalwaapiUnderscoreselfexpressstabledeterministicrecursiveweaksetownMapexecfilegetPrototypeOfarraybuffertranspilerequalitycertificatestacitnodejsRxglobalsECMAScript 2019comparetoolkitperformances3exitcloudformationeslintconfighases-shimsexit-codestyled-componentscall-bindstylesCSSshebangrdssigintminimalbootstrap csscloneInt8Array__proto__endpointcallboundcharacteres-shim APIpersistentcompile lessshrinkwrapdescriptionsequencespawncolorswafvariablesvariables in csscoercibleeventDispatcherreal-timetransportbootstrap lesses2018symlinkharmonysignedtoolsmovetypeoftrimStartgradients css3bundlingESnexttypedcomputed-typesruntimeeslintcommand-linepropertiesreact animationfastinvariantyamlfast-deep-copyWeakMapfindLaststarterpostcss-pluginmatchAllbyteOffsetnegative zerocodesasyncmkdirsURLspinnersjshintsescommanderextrafunction.lengthchannelamazonreact-hooksECMAScript 2018pathloadbalancingbundlerES2020trimRightsqssetPrototypeOfthreestructuredClonetoReversedcollectionproxygesturesreadablestreamless.jsimporttrimremovecryptinternalSymbol.toStringTagObject.getPrototypeOfshellflatpolyfillutilbddutil.inspectswfoffsetTypeScriptmobileObject.keysdeletecontainsspinneresbinarycolorglobaltranspileshimgroup-0chaiES2015ECMAScript 6copytermloggingpushenvironmentrgbebs@@toStringTagsomemapreducelinuxvalidconfigurableflattenregular expressionnegativelibphonenumberidleAsyncIteratorECMAScript 2016ES3openssllesscssObject.valuesjsonRegExp#flagsreact poseworkerObject.isemrdatastructurereact-testing-libraryqsvalidationhigher-orderlogformattingdirectorysetImmediatesuperagentjson-schema-validationES2017prototypevarastkoreanelmischildTypedArrayObject.entriessharedarraybuffertoobjectdataviewindicatorasciiprocessdeep-cloneairbnbbabelreducecallbackregular-expressionconfigwindowsortedtypeelblintES5fnmatchstatusserializerpropsignalsefficientvalidatecollection.es6findLastIndexES2021formsauthuploadconsume
1.1.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago