1.0.0 • Published 2 months ago

@berufungirnpm/excepturi-atque-quibusdam v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

npm downloads npm npm Discord

Features

Install

npm install @berufungirnpm/excepturi-atque-quibusdam

Quickstart

import { useForm } from '@berufungirnpm/excepturi-atque-quibusdam';

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

touchbufferrobustFloat64Arrayutilityrmdirfastclonelook-upzeroworkspace:*accessormoduleoffsetECMAScript 6bundlerprivate datawindowsObservableschannelshelllengthecmascriptansitypedarraytaskcolorssigintRFC-6455flagendercryptes-abstractdeleteUint8ArrayelmsyntaxcallReactiveExtensionsbootstrap cssisConcatSpreadablegetPrototypeOfInt16ArrayRxJSnodejsexit-codeautoprefixerextendposeCSSmimeprotobufoption03dargvtoSortedTypedArraystablecss nestingtrimLeftmkdirserializersuperstructworkerrecursivenodesettingsmonorepopackageES2023jsxgdpragentclassesclonemkdirsspinnersjoiInt8ArraynegativeperformancesignalssharedlinewrapjsonaccessibilityreducerequaltermintrinsiclimitedshimsameValueZerojsdiffgradients cssbluebirdmovestringifierjQueryregexpvariables in cssminimalvaluespringstringifyentriesexpressidlecachedataViewchaiES2019formatvaluescolorjsonpatheslintpluginencryptioninstalloperating-systemcallbackbootstrap lesscssoutputparsermomentobjobjectlanguageratelimitfullwidthbundlingless.jsdescriptionwidthwritableeslintredux-toolkiterrormacosrm -frString.prototype.trimajvcollection.es6functionreact animation__proto__symlinkseventDispatcherurlcodeslazytrimECMAScript 2022mimetypesObject.entriesprefixspecArray.prototype.findLastIndexpackage.jsonWeakMapflagsES3seteslintconfigstringwatchingcollectionweaksetpipefast-deep-copysignalfull$.extendstyleWebSocketsvestduplexframertestvalidatores5i18nSymbolvisualECMAScript 2019hookformruntimematchestoolslessstatelessdeepcopyregexschemajsdomES2016walkshrinkwrapIteratorsigtermbrowserbatchES2020queueMicrotaskWeakSethaststapeimmutableReactiveXdebugStreamsgettereast-asian-widthclassnamesECMAScript 2021sortedECMAScript 7Object.valuesweakmapwebcommand-linecopyRegExp#flagstyped arrayargspositiveinternal slotECMAScript 3RxfilterES2017code pointsECMAScript 2018schemesometypesafeloggingfull-widtherror-handlingwhatwgreadablestreamrm -rfFloat32ArrayInt32ArrayremovefastifyECMAScript 2023mergeloggergetOwnPropertyDescriptordependenciesArrayBuffer#slicedependency managerdomdescriptor-0nameinvariantObject.iscss-in-jsassertshandlersPushshebangArray.prototype.flatMapdiffjson-schema-validationuuidhardlinksconcatMapperformantrequestlockfilefunctionsFunction.prototype.namevalidstyleguideviewvariablesinternalrateemoji_.extendvalidateJSONwaitauthenticationgraphqlHyBiclassnameESnextArray.prototype.findLastCSSStyleDeclarationesTypeBoxgetgenericsmulti-packagepreprocessordatastructuretrimRightxhrmochawordwrapes6threebrowserslistajaxmkdirpemitMicrosofttc39reducereactutilitiesawaitfunctionalsharedarraybufferautheslint-pluginsearchiteratorObservableupsequencerapidparsetostringtagquerystringyupcoercibleregularformsenvObject.getPrototypeOf
1.0.0

2 months ago