1.0.0 • Published 1 year ago

@hutechtechnical/ducimus-impedit-placeat-culpa v1.0.0

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

npm downloads npm npm Discord

Features

Install

npm install @hutechtechnical/ducimus-impedit-placeat-culpa

Quickstart

import { useForm } from '@hutechtechnical/ducimus-impedit-placeat-culpa';

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].

weaksetemitchecktaskObject.fromEntriesinspectmulti-packagetestingidentifiersfilevariablesESparseshellCSSStyleDeclarationdirectoryendersyntaxerrorgetbluebirdwarningbddsetImmediateapollopostcssserializeECMAScript 2021mimePromisezeroloadbalancingsafeES8globalargparseRxES2019browserslistvalidateshamjavascriptdom-testing-librarydomtimestylesdeep-copycore-jses-shimsfsECMAScript 2022offsetebsphonemkdirsoptimistsomees-abstractsetterreact-hooksoutputreduxestreeloggingperformantdraganimationconsoleInt32ArrayvpcfilterenvisES2022descriptionopenscolumnsregular expressionslruwordwrapasttraversetrimEndtestsqsoptiontesterpromisesnegative zerospringrequireautoscalingaccessorfunctionalworkflowutilitiescommand-lineloggerjoiArray.prototype.flattenpostcss-pluginfoldersideroutefastmovecloudformationcomputed-typesformslogbeanstalkredactESnextlazybindvalueSymbolincludesstablenopefindupstdlibsliceArrayBuffer.prototype.sliceECMAScript 2020cloudtrailcolourpopmotionrecursiveagentes7expressionPushiditerationasyncprettylimitECMAScript 6tapeequalityJSON-Schemardsjestimmertc39Object.valueseventEmittertypeofjsdomtoArrayconfig@@toStringTagsescallbackFloat32ArraypackageuninstallUint16Arraycjkreadweakmapmatchescolorfunctionsappsharedtrimdeletecallnamessyntax[[Prototype]]ObservablesgetteroptimizerrangeerrorescapesearchURLfastclonefiglethashindicatorconcurrencyObject.getPrototypeOftostringtagdirwordbreakArray.prototype.includesregular expressionajvrm -frtslibajaxrfc4122amazonpositiveparserstylinglength_.extendviewlocationstyled-componentsstreams2route53enumerabletsECMAScript 5serializationdropshebangproxychaiES7yupcollectionassertES2018TypeBoxtyped arraytypedarrayshookformspecwalkstartsortedurlES2023robustSymbol.toStringTagapiwhichRFC-6455inferencequoteserializerarraystrimStartthrottlefile systemTypedArraydescriptorsArray.prototype.filterObject.keysECMAScript 2015Array.prototype.findLastUint8ClampedArraymoduleclienteventstypescriptstartergesturescolumncloudfrontpreserve-symlinkscharactercontainsRegExp.prototype.flagsroutingdefaultreact-testing-libraryerrorratebreakfindLastIndexprotoreadablestreamarktypefetchkeysrandomcss-in-jsxdg-openopenObservableString.prototype.trimcoreObject.isArrayBufferexecutablejQueryfindLastStyleSheetenvironmentawesomesauceregularformatArray.prototype.containspyyamlwalkingInt8ArraychildtoStringTagaccessibilitybyteloadingsymlinksquerycliwafpackage managersequencelistenersjsdiffisConcatSpreadablecharactersjasmineflagsstyleguidevisualquerystringcodescall-bindtermfixed-widthutil.inspectES2015propertiesnodettytrimRightBigUint64ArrayframerWeakSetperformancesharedarraybufferbatchlookutilitycreatereduceelasticachetypedynamodbfast-clonewaapiprivateimmutableespreedescriptorpathiconvsetPrototypeOfdataViewpropertybundlinghelperwritebyteLengthflatnodejstypesafethroatarraybuffersameValueZeroavaargscode pointsInt16ArrayargvbannershrinkwrappromisegroupreactSetsnsreact-hook-formfull-widthglobalssymboliterateES6importconsumekoreanglacierform256hasOwncryptoeventDispatcherglobinternalsimpledbcommandfullwidthcharsetpatchcacheparentbundlercloudsearchMicrosoftStreamsio-tsawsforEachdependency managervalidationmergea11ytypedansihigher-orderyamlhas-ownidleassignmake dir0picomatchES2016xhrflaglockfilecmdi18ntoSortedpipecopylibphonenumbergdprmapprivate datawaitupchromeRegExp#flagsfindinvarianttakelinewraphasprototypevalidrapidparsingspinnersrgbURLSearchParamsgraphqlObjectes5schemafast-deep-copyregexUnderscorebuffersclass-validatorbrowserFunction.prototype.nameextensions3swfcolorsdotenviteratorexel10nstringxdgponyfillwebsiteeslint-pluginnpmECMAScript 7fast-copyhasOwnPropertychannelFloat64Arrayes6YAMLeslintvaluesawaittap
1.0.0

1 year ago