3.0.20 • Published 1 year ago

@devtea2027/quis-excepturi-reiciendis-assumenda v3.0.20

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

npm downloads npm npm Discord

Features

Install

npm install @devtea2027/quis-excepturi-reiciendis-assumenda

Quickstart

import { useForm } from '@devtea2027/quis-excepturi-reiciendis-assumenda';

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

higher-orderlinuxpostcssl10nFunction.prototype.nameObject.valueschaitoolkiterrorrangeerrorcharactersexeCSSStyleDeclarationstarterwebsiteECMAScript 3textoncexhrequalityserializeless mixinsmapreducefixed-widthES6Object.definePropertychromequoteString.prototype.matchAllargumentTypedArraypreprocessorstreams[[Prototype]]BigInt64ArrayES2019sigtermfastclonei18n256Object.keysflatlinkprotobufvisuallookmatchpredictablesymbolfast-deep-copyfulltakecomputed-typessyntaxarraysschemagetintrinsicfast-copysqsredux-toolkitreal-timeargparseRFC-6455concattrimEndapicall-bindInt16Arraycloudsearchrdsasyncurlpropertyes2016cloudfrontwidthwatchFileCSSECMAScript 2022toArrayfoldersignalprotoargvbrowserlistwhichyamldeletedataViewmetadatazeroconcurrencyautoscalingcorsArray.prototype.includeseditorWeakSetinspectquerynativecloudtraillibphonenumberemojiclassnameswordwrappyyamlrm -rfdotenviterateio-tsresolvees2015pathcss variablejapaneseRegExp.prototype.flagssameValueZerostartpackageefficientsetterslottostringtagInt32Arrayeslint-plugincloudformationiteratorfindupairbnbjestless compilerObject.entriesfast-clonetypesafefigletprotocol-buffersavatddoutputES2017ES2022ttydropES2016bannersideECMAScript 5createkoreanes-shimsdeep-copyjshintmulti-packagecompareinferencetraversedefaultamazoncoerciblermformsiterationauthinstallergdprnamesdescriptorsflagmobilehashelbtyped arrayfast-deep-clonecommand-linestringifyassertscommandersetImmediateconsumeFloat32ArrayUint16Arraytslibcryptocolourbluebird__proto__httptapestdlibstablespinnerYAMLsigintsomeECMAScript 2018ArrayBuffernested csscheckcorebufferidentifierswatchhandlersreact-hooksworkspace:*RxchanneldateArrayBuffer.prototype.slicefastifyindicatorloggeres2017deep-cloneeventEmitterexecutablerfc4122descriptiontypedtrimLeftexecconcatMapes8dependency managerdefinePropertyECMAScript 2020class-validatorchromiumreact-hook-formFloat64Arraypreserve-symlinksstructuredCloneimportaccessibilityArray.prototype.findLastmake dirimmerStreammkdirpdatawalkingxdgconfigextraECMAScript 7specinternal slotobjarrayxdg-openURLvalueawesomesauceopenfindLastIndexpropdayjsES7typeerrorgrouplaunchbounddataviewerror-handlingmodulekinesiss3appnopestreams2JSONdeepcopyBigUint64Arrayshrinkwrapform-validationsymlinkshttpsfull-widthsymlinkreduxrm -frfunctionalagentES8formattingcsscollection.es6exit-codephoneprefixelectronvarsspinnerssimpledbajaxtestcodesobjectvalidationformatECMAScript 2015Uint8ArraymatchAllUint32ArraytoStringTagjsonpathpropertiesECMAScript 2019ObjecturlsratejavascriptelmartdeepmakevariablescharacterECMAScript 2017fastcontainsjsregexes5datastructuresymbolsJSON-Schema$.extenddependenciesRegExp#flagsreducerAsyncIteratorrgbhookformtc39hascloudwatchfilecryptstatelesstestingduplexenumerablefsvaluesshimcallbacktouchcolorES3keysnegative zero
3.0.20

1 year ago

3.0.19

1 year ago

3.0.18

1 year ago

3.0.16

1 year ago

3.0.17

1 year ago

3.0.14

1 year ago

3.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago