Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/formkit/formkit
/ functions
Functions
2,401 in github.com/formkit/formkit
⨍
Functions
2,401
◇
Types & classes
141
↓ 7 callers
Function
require_one
( node, ...inputNames: string[] )
packages/rules/src/require_one.ts:9
↓ 7 callers
Function
stopWatch
(receipt: string)
packages/core/src/registry.ts:109
↓ 7 callers
Function
useReactiveStore
(target: unknown)
packages/react/src/reactiveStore.ts:79
↓ 6 callers
Function
addDependency
(event: string)
packages/observer/src/index.ts:89
↓ 6 callers
Function
applyListeners
( node: FormKitObservedNode, [toAdd, toRemove]: [FormKitDependencies, FormKitDependencies], callback: Fo
packages/observer/src/index.ts:213
↓ 6 callers
Function
before
()
packages/validation/__tests__/validation.spec.ts:66
↓ 6 callers
Function
buildTheme
(options: Partial<BuildThemeOptions> = {})
packages/cli/src/theme.ts:102
↓ 6 callers
Function
bundle
* Create a new bundle of a certain format for a certain package. * @param p package name * @param format the format to create (cjs, esm, umd, etc...
scripts/build.mjs:261
↓ 6 callers
Function
createClasses
( propertyKey: string, node: FormKitNode, sectionClassList?: FormKitClasses | string | Record<string, bo
packages/core/src/classes.ts:23
↓ 6 callers
Function
createConfig
* Creates a new configuration option. * * @param target - An object of optional properties of {@link FormKitConfig | FormKitConfig} * @param parent
packages/core/src/node.ts:2944
↓ 6 callers
Function
createContext
* Create a new context object for our a FormKit node, given default information * * @param options - An options object of {@link FormKitOptions | Fo
packages/core/src/node.ts:3267
↓ 6 callers
Function
createFloatingLabelsPlugin
( FloatingLabelsOptions?: FloatingLabelsOptions )
packages/addons/src/plugins/floatingLabels/floatingLabelsPlugin.ts:107
↓ 6 callers
Function
email
({ value })
packages/rules/src/email.ts:8
↓ 6 callers
Function
generateClassList
( node: FormKitNode, property: string, ...args: Record<string, boolean>[] )
packages/core/src/classes.ts:56
↓ 6 callers
Function
green
(m: string)
packages/cli/src/index.ts:50
↓ 6 callers
Function
incrementStep
* Changes the current step by the delta value if the target step is allowed. * * @param delta - The number of steps to increment or decrement * @pa
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:414
↓ 6 callers
Function
is
({ value }, ...stack: any[])
packages/rules/src/is.ts:9
↓ 6 callers
Function
isComponent
( node: string | Record<PropertyKey, any> )
packages/core/src/schema.ts:250
↓ 6 callers
Function
not
({ value }, ...stack)
packages/rules/src/not.ts:9
↓ 6 callers
Function
number
({ value })
packages/rules/src/number.ts:8
↓ 6 callers
Function
only
( obj: Record<string, any>, include: Array<string | RegExp> )
packages/utils/src/index.ts:565
↓ 6 callers
Function
optionValue
( options: FormKitOptionsListWithGroups, value: string, undefinedIfNotFound = false )
packages/inputs/src/features/options.ts:71
↓ 6 callers
Function
parseArgs
(str: string)
packages/utils/src/index.ts:496
↓ 6 callers
Function
shouldSelect
(valueA: unknown, valueB: unknown)
packages/inputs/src/features/options.ts:102
↓ 6 callers
Function
useFormKitContext
( addressOrEffect?: string | ((context: FormKitFrameworkContext<T>) => void), optionalEffect?: (context: F
packages/vue/src/composables/useContext.ts:28
↓ 6 callers
Function
valErr
()
packages/core/__tests__/ledger.spec.ts:323
↓ 5 callers
Function
addTo
(depth: number, char: string)
packages/core/src/compiler.ts:292
↓ 5 callers
Function
config
()
packages/nuxt/src/autoImport.ts:71
↓ 5 callers
Function
date_between
( { value }, dateA, dateB )
packages/rules/src/date_between.ts:8
↓ 5 callers
Function
detectProjectRuntime
( startDir: string )
packages/cli/src/skill.ts:127
↓ 5 callers
Function
eachSection
( schema: FormKitSchemaDefinition, callback: ( section: FormKitSchemaComponent | FormKitSchemaDOMNode,
packages/inputs/src/compose.ts:156
↓ 5 callers
Function
except
( obj: Record<string, any>, toRemove: Array<string | RegExp> )
packages/utils/src/index.ts:538
↓ 5 callers
Function
extendSchema
( schema: FormKitSchemaNode, extension: FormKitSchemaNodeExtension | FormKitSchemaCondition | null = {} )
packages/inputs/src/createSection.ts:186
↓ 5 callers
Function
fetchInputSchema
* Fetches the list of inputs from the remote schema repository
packages/vue/src/FormKitKitchenSink.ts:162
↓ 5 callers
Function
getAt
(obj: any, addr: string)
packages/utils/src/index.ts:719
↓ 5 callers
Function
getInputs
()
packages/react/__tests__/inputs/list.spec.ts:209
↓ 5 callers
Function
getReactiveStore
( target: unknown )
packages/react/src/reactiveStore.ts:17
↓ 5 callers
Function
isKilled
(node: FormKitNode | FormKitObservedNode)
packages/observer/src/index.ts:334
↓ 5 callers
Function
isNode
(node: any)
packages/core/src/node.ts:1688
↓ 5 callers
Function
isSchemaObject
( schema: FormKitSchemaNodeExtension | FormKitSchemaCondition | null )
packages/inputs/src/createSection.ts:161
↓ 5 callers
Function
isSlotCondition
(node: FormKitSchemaNode)
packages/inputs/src/compose.ts:91
↓ 5 callers
Function
provide
* Provides token values via callback to compiled output. * @param callback - A callback that needs to provide all token requirements * @returns
packages/core/src/compiler.ts:564
↓ 5 callers
Function
reset
( id: string | FormKitNode, resetTo?: unknown )
packages/core/src/reset.ts:66
↓ 5 callers
Function
rmEscapes
(str: string)
packages/utils/src/index.ts:421
↓ 5 callers
Function
setErrors
* Sets errors on the node and optionally its children. * * @param node - A {@link FormKitNode | FormKitNode} * @param _context - A {@link FormKitCo
packages/core/src/node.ts:3089
↓ 5 callers
Function
watchRegistry
( id: string, callback: FormKitEventListener )
packages/core/src/registry.ts:95
↓ 5 callers
Function
writePackageJSON
(pkg, json)
scripts/utils.mjs:266
↓ 4 callers
Function
cleanup
()
packages/vue/__tests__/FormKit.spec.ts:37
↓ 4 callers
Function
createElements
( lib: FormKitComponentLibrary, schemaNodes: FormKitSchemaNode | FormKitSchemaNode[] )
packages/react/src/FormKitSchema.ts:1072
↓ 4 callers
Function
createElements
* Given a schema, parse it and return the resulting renderable nodes. * @param data - The schema context object * @param library - The available
packages/vue/src/FormKitSchema.ts:695
↓ 4 callers
Function
createI18nPlugin
( registry: FormKitLocaleRegistry )
packages/i18n/src/i18n.ts:70
↓ 4 callers
Function
createLibraryPlugin
( ...libraries: FormKitLibrary[] )
packages/inputs/src/plugin.ts:13
↓ 4 callers
Function
createPlaceholder
( options?: FormKitOptions & { name?: string } )
packages/core/src/node.ts:3362
↓ 4 callers
Function
createRoot
( rootSection: FormKitSchemaExtendableSection )
packages/inputs/src/createSection.ts:143
↓ 4 callers
Function
createZodPlugin
( zodSchema: Z, submitCallback: ( payload: z.infer<typeof zodSchema>, node: FormKitNode | undefine
packages/zod/src/zod.ts:35
↓ 4 callers
Function
cycle
( page: Page, total = 50, cycleCount = 0, callback?: (page: Page) => void )
e2e/memorySSR.spec.ts:3
↓ 4 callers
Function
diffDeps
( previous: FormKitDependencies, current: FormKitDependencies )
packages/observer/src/index.ts:295
↓ 4 callers
Function
findSection
( schema: FormKitSchemaDefinition, target: string )
packages/inputs/src/compose.ts:120
↓ 4 callers
Function
formKitDocsUrl
( route: string, runtime: FormKitRuntime )
packages/cli/src/skillDocs.ts:25
↓ 4 callers
Function
generateSchema
()
packages/vue/src/FormKit.ts:177
↓ 4 callers
Function
getDependencyTree
(packages, inverse = false)
scripts/utils.mjs:144
↓ 4 callers
Function
getMemory
(page: Page)
e2e/memorySSR.spec.ts:19
↓ 4 callers
Function
handler
()
packages/vue/__tests__/inputs/form.spec.ts:1306
↓ 4 callers
Function
isGroupOption
( option: | FormKitOptionsItem | FormKitOptionsGroupItem | FormKitOptionsGroupItemProp )
packages/inputs/src/props.ts:779
↓ 4 callers
Function
isRecord
(o: unknown)
packages/utils/src/index.ts:267
↓ 4 callers
Function
lastNameOuter
()
packages/addons/__tests__/multistep.spec.ts:649
↓ 4 callers
Function
nextTick
(timeout = 0)
packages/zod/__tests__/zod.spec.ts:15
↓ 4 callers
Function
outers
()
packages/vue/__tests__/inputs/form.spec.ts:1273
↓ 4 callers
Function
parseAttrs
( unparsedAttrs?: FormKitSchemaAttributes | FormKitSchemaAttributesCondition, bindExp?: string, _d
packages/react/src/FormKitSchema.ts:678
↓ 4 callers
Function
parseAttrs
* Parse attributes for dynamic content. * @param attrs - Object of attributes * @returns
packages/vue/src/FormKitSchema.ts:350
↓ 4 callers
Function
plugin
()
packages/inputs/src/plugin.ts:24
↓ 4 callers
Function
resetCount
()
packages/vue/src/utilities/resetCount.ts:7
↓ 4 callers
Function
updateFKCoreVersionExport
(newVersion)
scripts/utils.mjs:378
↓ 4 callers
Function
useFormKitContextById
( id: string, effect?: (context: FormKitFrameworkContext<T>) => void )
packages/react/src/composables/useContext.ts:95
↓ 4 callers
Function
whenAvailable
( childId: string, callback: (el: Element) => void, root?: Document | ShadowRoot )
packages/utils/src/index.ts:860
↓ 3 callers
Function
addConfigProperty
* Helper to add a property to the nuxt config content.
packages/cli/src/createApp.ts:584
↓ 3 callers
Function
assignDeep
(a: A, b: B)
packages/utils/src/index.ts:445
↓ 3 callers
Function
buildAllPackages
(packages)
scripts/build.mjs:165
↓ 3 callers
Function
checkDependsOn
(pkg, dependency)
scripts/utils.mjs:193
↓ 3 callers
Function
collectDocsRoutes
( docsContentRoot: string )
packages/cli/src/skillDocs.ts:32
↓ 3 callers
Function
commit
* Commits the working value to the node graph as the value of this node. * * @param node - A {@link FormKitNode | FormKitNode} * @param context - A
packages/core/src/node.ts:1946
↓ 3 callers
Function
configChange
( node: FormKitNode, prop: string, value: unknown )
packages/core/src/config.ts:12
↓ 3 callers
Function
createApp
( appName?: string, options: Partial<CreateAppOptions> = {} )
packages/cli/src/createApp.ts:163
↓ 3 callers
Function
deregister
(node: FormKitNode)
packages/core/src/registry.ts:48
↓ 3 callers
Function
getBuildOrder
(packages = [], orderedPackages = [])
scripts/utils.mjs:120
↓ 3 callers
Function
getByQuantity
* By the given quantity it returns singular or plural with the correct suffix in Lithuanian
packages/i18n/src/locales/lt.ts:17
↓ 3 callers
Function
getGitUser
()
packages/cli/src/utils.ts:33
↓ 3 callers
Function
getOp
* Determines if the current character is the start of an operator symbol, if it * is, it returns that symbol. * @param symbols - An array of sym
packages/core/src/compiler.ts:195
↓ 3 callers
Function
getValue
* Returns a value inside a set of data objects. * @param sets - An array of objects to search through * @param path - A array of string paths easily
packages/vue/src/FormKitSchema.ts:229
↓ 3 callers
Function
handleNegativeClasses
(classList: Record<string, boolean>)
packages/core/src/classes.ts:78
↓ 3 callers
Function
initial
(n: FormKitNode)
packages/core/src/reset.ts:72
↓ 3 callers
Function
input
(value: string)
packages/react/__tests__/inputs/text.spec.ts:200
↓ 3 callers
Function
input
(value: string)
packages/vue/__tests__/inputs/text.spec.ts:265
↓ 3 callers
Function
isDirEmpty
(path: string)
packages/cli/src/utils.ts:10
↓ 3 callers
Function
make
(error: string)
packages/core/src/store.ts:442
↓ 3 callers
Function
merge
* Given a child node, add the parent node's counters to the child and then * rectify the upstream ledger counts. Generally used when attaching a chil
packages/core/src/ledger.ts:198
↓ 3 callers
Function
mergeProps
( props: FormKitPseudoProps, newProps: FormKitPseudoProps )
packages/core/src/node.ts:2388
↓ 3 callers
Method
next
()
packages/addons/src/plugins/multiStep/multiStepPlugin.ts:19
↓ 3 callers
Function
normalizeGeneratedTheme
(themeName: string, code: string)
packages/cli/src/themeNormalize.ts:3
↓ 3 callers
Function
normalizeOptions
( options: T, i = { count: 1 } )
packages/inputs/src/features/options.ts:23
← previous
next →
101–200 of 2,401, ranked by callers