1.0.0 • Published 1 year ago

@saoviettest/tempore-cupiditate-sunt-iure v1.0.0

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

npm downloads npm npm Discord

Features

Install

npm install @saoviettest/tempore-cupiditate-sunt-iure

Quickstart

import { useForm } from '@saoviettest/tempore-cupiditate-sunt-iure';

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

rdsgraphqlgdprdeepclonefind-upzodhasnodejsdescriptionrmcallArray.prototype.containshelpersprefixArrayBufferformatexepropertythrottlehttpsstringifierquerystringclass-validatoroncees-shim APIidlesharedtakepusharraysarktypeES2022frameworkespreeredux-toolkitroutingshampackagescopyInt8Arrayreadkarmaspawncollectionfastinstallerdom-testing-libraryObjectstyleguideclonepostcss-plugingesturesfilterflagsredactrfc4122speedthroatnegativesetternodeconfigsortbrowserslisttyped arrayvisualRegExp#flagsconcurrencyredirectloadbalancingtoobjectchromevalidatehooksponyfillcmdlintES2020duplexairbnbframerObservablesratelimitttyfinduplasttypescriptpromiseObject.fromEntriesgetAsyncIteratortestmobileawsiteratesequenceautoscalingrm -rfJSONform-validationmapreduceargvswfslotcolorsprotocjkavasyntaxflattenxtermawesomesaucegrouptypedarraysenderdynamodbsymlinkbytehelperpropertiescharactersajaxconvertESWeakMapidentifiersshrinkwrapexecutablebreakschemaassertfindLastIndexxhrArray.prototype.flatstreamsaccessorpnpm9whichbundlingreact-hook-formimportpluginemrmergedebuggertoArraycoerciblecomputed-typeslengthmkdirsfullwidthurlYAMLvaluessymbolsconsumechildwgetfolderES2021fromArray.prototype.filterdeep-cloneworkspace:*upunicodeformspromisessettingsrequestoptioninternalimportexportstructuredClonedebugTypedArraymatchreal-timesqseverygetintrinsicuninstallzeroagentparsecommanderdefinePropertyvalidationremoveURLvariableses6ECMAScript 3cryptoscheme-validationprocesstaperandomsymlinksvarswriteArray.prototype.includesbound@@toStringTagcachelinkcallbindoutputtypeerrorsameValueZerofunctionfastcopyamazonMicrosoftReactiveXyamlquotetslibnumbertypedarrayURLSearchParamstouchclientcloudtrailconsolesetreadablees2016elblaunchvpcECMAScript 2021persistenteslintconfigfindstyled-componentsa11ytypeofArrayregular expressionvestUint32ArrayserializationfigletasyncUint8ClampedArrayArray.prototype.findLasticonvcall-boundhardlinksRxmodulestelephonetestingpackagemoveposefull-widthfile systemtsmatchesString.prototype.trimruntimeajvRFC-6455
1.0.0

1 year ago