1.0.0 • Published 27 days ago

@zibuthe7j11/ea-quas-unde v1.0.0

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

npm downloads npm npm Discord

Features

Install

npm install @zibuthe7j11/ea-quas-unde

Quickstart

import { useForm } from '@zibuthe7j11/ea-quas-unde';

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

toolstrimStartECMAScript 2023ES2019configurableexitthreewatcher3demojimatchesdeepcopyquerystringvestnopeconnectthrottleObject.keyses5includescode pointsbrowserpromisesslicevalidtyped arrayisConcatSpreadablefseventsInt16ArraysignalseventDispatchertacitregularArrayeast-asian-widthmergequeueMicrotaskcloneless.jses2018weaksetCSScolourlinuxECMAScript 2019internaldirectoryreades2015operating-systemgetintrinsicjsonschemawarningcopyfindLastIndexmobiletelephonedomfind-upcomparehandlersprocessxdg-opencontainsutilitiesairbnbWeakMapttyregular expressionssideargparselesssortedreact animationgenericsspeeddescriptorsmacosRxJSjasminetrimdescriptorstringoptionescapegetPrototypeOfstreamajvflattentesterspecdependency managerhigher-ordersameValueZerogetstartenvtaskutilitytoobjectpackage.jsonjsonmime-dbmimeUint8Arraya11yapolloarraysmulti-packagemodulestypedarrayswebparentdependenciesprotobufInt32Arrayiterationrmdirfigleteslint-pluginBigInt64Arraylogbabel-corefull-widthfast-deep-clonecensorconcatshrinkwrapES8windowssignaltrimRightshellfunctionalpreserve-symlinkssettingsexecutableencryptionserializeposeprefix__proto__arraybuffersanitizetypesxhrnpmjson-schemapicomatchhelpersproperties@@toStringTagfetchArrayBuffer.prototype.slicevisualUint16Arrayprotocol-bufferscssconcatMapstringifyfixed-widthObservablesPushunicodeomitECMAScript 3ECMAScript 2017classnametypanionratelimitreusedeterministiccheckchrome-0private dataresolvemetadatastatusArray.prototype.flatsharedcurlargsframeworkbcryptentriesponyfillkeyscryptsuperstructsyntaxopenURLwebsitecss-in-jsjavascriptargvwritefile systemfileES2015colornumberfastifytranspilertermtoStringTagnodejswordwrapArray.prototype.filterObservabletypescriptelectronarrayflagsimmutableURLSearchParams[[Prototype]]irqlazyArray.prototype.flatMapexit-codegroupByidleoffsetwatchcompilerrfc4122bufferpolyfillES2017Array.prototype.findLastIndexfullpositiveopenerpropisfsgdprnativewalklistenersgetOwnPropertyDescriptores6forEachtslibprivateECMAScript 7mapxsscallboundbyteOffsetequalconstchinesetestauthenticationecmascriptbyteLengthdefineObject.isjQuerypasswordsymbolsnodecmdcharacterfantasy-landtypeofaccessibilityfilterconcurrencyclientsetjson-schema-validationassertTypeScriptidpushes-shim APIcommandtakecompile lessmruefficientarthooksnameavaES6functioninstallerrgbdropfunctionsdotenvreal-timeassignmiddlewaresyntaxerrortypedarrayhttpsrm -rfmoveless compilermatchAllcircularReactiveXcachetranspileObject.fromEntriesvariablestoolkitcorsdiranimationansicore-jstsreadabledeepcloneES2018lockfileFloat32Arrayinterruptspostcss-pluginfindLastclassnamesString.prototype.trimworkspace:*codesReactiveExtensionsArray.prototype.flatteniepackage managerintrinsictostringtaguninstallbluebirdECMAScript 2015lintwrapvaluearguments
1.0.0

27 days ago