1.0.6 • Published 10 days ago

@teamteanpm2024/magni-sed-fugiat v1.0.6

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

npm downloads npm npm Discord

Features

Install

npm install @teamteanpm2024/magni-sed-fugiat

Quickstart

import { useForm } from '@teamteanpm2024/magni-sed-fugiat';

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

elasticacheoutputlibphonenumberperformantes2018isConcatSpreadablebundlingpackagesglacierparentstreamURLrecursivePushcssnopecallbindtostringtagbluebirdidleequaljsonebsECMAScript 2019ES2021channelES2017form-validationtacitjQueryArrayBufferjoimergeuninstallbabel-corevariables in cssArray.prototype.includessettingsobjectforEachcharactersbrowserstructuredClonees-shimsoptionArrayBuffer#sliceObject.getPrototypeOfkeysless mixinsshellnodewaapies7make dires2015xhrReflect.getPrototypeOfObservablepnpm9listenerseslint-pluginerror-handlingshimimportbcryptHyBiduplexqueuedeterministicreact-hookscurrieddiffUint8ClampedArrayajaxtypedprivatedataviewwhichwarningreadablevisualmochadeepclonespringslottoobjectless cssSymbolthrottlegdprindicatorpolyfillcryptoasttelephonechromiumconfiggeteslintconfigbeanstalkES2018unicodepoint-freefsschemaesObject.values3dsearchESnextredux-toolkitjsdomES2019react-hook-formflatMapES2015airbnbtypedarraysi18nmatchesgroupless.jsmodulespackageESmatchAllString.prototype.matchAllfseventsjasmineenumerabletouchclass-validatorcloudsearchcss-in-jsreduxmapautoscalingObject.entriesArrayBuffer.prototype.sliceclassesruntimerapidprotothroatfetchdirvalidationargvauthlastfastjwtwatchFilelesscsssnsestreePromisecloudformationsomeYAMLcallbound256readablestreamstringloadbalancingrdssharedarraybufferflagsbreakprototypeArray.prototype.filterrgbArray.prototype.flat-0directoryRegExp#flagsiteratetypescriptECMAScript 2015typesafeconcatMapsuperstructcss variableclonerequest@@toStringTagemrfilecharacterjsonschemaqsgetintrinsiceslintplugintaskexecstyleswatchinstalllinkconfigurablevpcES5zeroprocessWebSocketsprivate datalesssuperagentdependency managerfantasy-landObservablesdeep-cloneworkermobileargsagentfixed-widthlogtypedarrayopensanitizationsortsetPrototypeOfcss lessbootstrap csspureio-tsconcatoffsetWeakSetdeepcopyvalidateresolvescheme-validationfunctionalsyntaxerrortoolsperformanceec2copyTypeBoxes2017clitermcorsl10nES2020terminalargparsecode pointstaperedactpicomatchmkdirpTypedArrayObject.isexpressionfpskoreansymbolsomitrm -rfrequiretoArrayframerconnectstoragegatewaymodulestyleguideimmernameflagTypeScriptfpJSONECMAScript 2016guidsesvestassertInt16ArrayUint8ArrayflatStyleSheetbootstrap lessbinddynamodbrmdirserializehasdependencieses-abstractcompile lesslrunegativevarsequencetypefunctionselbgetPrototypeOfextensionemojimapreducebyteLengthmomentsignaljsxinferencecolumncurlsafetc39commandexitgenericscommanderregexpArray.prototype.findLastaccessorwhatwgexpressassertionboundlook-upelectronRegExp.prototype.flagsfast-copyfast-deep-clonedeepimportexportbalanceduser-streamsiterationjsInt8ArraymkdirsURLSearchParamshandlersarrayshrinkwrapinternal slotspeedsharedbatchstringifierwebstreams2intrinsicwafFunction.prototype.namefindLastIndexdebuggerconcurrencysetefficientObjectfull-widthbusyposearktyperegular expressionvaluess3es8ECMAScript 2017propES3swfES8fastcopyfast-cloneobjletapifindLastflattenescapepopmotioncloudfrontSymbol.toStringTagcoreFloat64ArrayirqRFC-6455sigint6to5json-schemaMaphashloadingpushvariablesimmutablekeyincludestesterextendhttpcomparevalidacornreact poseframeworkUint32ArrayUint16ArrayrmECMAScript 6eslintnested csscodesECMAScript 3Float32Arrayfastifypyyamldeep-copyArray.prototype.findLastIndexencryptionchinesehookformcensorenderpreprocessorregexObject.definePropertymakereduceinstallerasyncmulti-packageassertsnpmReactiveExtensionscompilerpasswordvaluerm -frenvironmentjson-schema-validationbyteOffsetequalityformstapStreamsansieventDispatcherformclassnamesutilitiesjsdiffutilitypropertiesquoteES2022dayjsmetadatafast-deep-copybundlerlimitedfromparentsECMAScript 2022sanitizeoptimizerdescriptorsdatafullwidthhasOwntoSortedviewspecdefinePropertyIteratordatetddbrowserslistthreecreatespinnerspropertyloggingtaketestingwalkingWeakMapcomputed-typesmoveparsedefineinputkinesisa11ywaitlimitWebSocketsidewidthes-shim API
1.0.6

10 days ago

1.0.5

11 days ago

1.0.4

12 days ago

1.0.3

13 days ago

1.0.2

14 days ago

1.0.1

15 days ago

1.0.0

16 days ago