1.0.0 • Published 21 days ago

@berufungirnpm/ducimus-aliquid-suscipit v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

npm downloads npm npm Discord

Features

Install

npm install @berufungirnpm/ducimus-aliquid-suscipit

Quickstart

import { useForm } from '@berufungirnpm/ducimus-aliquid-suscipit';

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

ECMAScript 2018mochaObject.entriescloudfrontdataViewgestureschanneltostringtaghelpersiswgetkeymake dirpackage managerObservablesdiffrfc4122packagemakeArray.prototype.flatoptionquerystringpathgraphqlrecursivenpmlocalprotobufECMAScript 6bluebirdbyteLengthsharedhelperstringifyPromisepropprocessautoscalingcommandregularStyleSheetajvUint8ClampedArraytoolsPushpropertiesdeep-clonel10ntestingtypedshrinkwrapdeepcopypipejQueryinvarianttapeECMAScript 2016jsawaitassertsES2020Object.fromEntriesmapnameoffsetinstallercolorbusyObjectbannercall-boundCSSStyleDeclarationinstallECMAScript 2023extraframerquotettyjoisnses-shimsObject.keyscacheconcatMapforEachinsuperstructassertimportexportes2018deep-copy__proto__util.inspectdebuggerredux-toolkittraverseECMAScript 7hasOwnPropertydeterministiccirculartouchsyntaxerrorerrorarktypeFunction.prototype.nameequalityforkspechigher-ordernpmignoreES8emrcommandergdprECMAScript 2015rateweaksetmkdirsArray.prototype.includesxhrtimelook-upprogressexpressenumerabletoStringTagfind-upSymbol.toStringTagenderurlstyletaskwalkingsqsparentinspectmimetypesBigUint64ArraythroatspawncssES7shebangsource maptypeoflibphonenumberES6wordwrapupsubprocessObject.getPrototypeOfremoveinputcharactereslintreworkeslint-pluginavahashvalidateenvmanipulationstdlibparsingboundflagsstringifierawsfileansiSetenvironmentsastcollectionintrinsicArray.prototype.flatMapes7directoryrgbexpressiononcedeletes3descriptorArray.prototype.contains-0typesafeloggeridObject.assignstatelessiterationes2015lookwordbreakAsyncIteratoryupECMAScript 2022regexprotocol-buffersesbrowserlistcollection.es6matchAllreact-hooksmomentparserhtmlfunctionwrapsortcoresaferegular-expressionflagReflect.getPrototypeOfflatconsolecopyparentsescapewriteidlereadablestreamvestapolloresolveECMAScript 5trimviewfetchfsawesomesaucerangeerrorfunctionalspringstarterestreezxserializees-shim APIdefinetc39file systemextendmkdirpcolumnsstableargumentESrmdirwidthiambeanstalkec2binkarmasetterObservablequeryUint16ArrayspeedString.prototype.matchAlltoolkitsesArray.prototype.flattenfullwidthvariablescodeslanguageartredactmulti-packageconfigurableutilpromisescomparereact animationstylesqueueMicrotaskcompilershimformatting
1.0.0

21 days ago