JSPM

@formkit/pro

0.114.0-bcbc9ae
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18162
  • Score
    100M100P100Q179940F
  • License SEE LICENSE IN LICENSE.md

FormKit Pro — Form inputs and tools for high quality forms.

Package Exports

  • @formkit/pro
  • @formkit/pro/genesis

Readme

FormKit Pro

FormKit Pro is a first party library of professional grade "synthetic" inputs for the FormKit form building framework. This growing list of inputs currently includes:

  • Autocomplete
  • Datepicker
  • Dropdown
  • Mask
  • Rating
  • Repeater
  • Slider
  • Taglist
  • Toggle
  • Transfer List
  • Slider
  • Combobox

Usage

To use FormKit Pro follow these steps:

  1. Register for a free account at: https://formkit.com/pro
  2. Create a new project and copy the project key.
  3. Follow installation instructions for the pro package.

Installation

FormKit Pro is a FormKit plugin that is installed just like any other plugin. To configure FormKit Pro, import the createProPlugin from the @formkit/pro library. This function takes 2 arguments, your project key, and any pro inputs you want to use.

// main.js
import { createApp } from 'vue'
import { plugin, defaultConfig } from '@formkit/vue'
import { createProPlugin, autocomplete } from '@formkit/pro'
import App from 'App.vue'

const pro = createProPlugin('{your-project-key}', {
  autocomplete
})

const app = createApp(App)

app.use(plugin, defaultConfig({
  plugins: [pro]
}))

License

Although using FormKit Pro in production requires a paid license, you may use these these inputs for free during your entire development process. You will not be charged until after your project goes into production. For pricing details, please visit formkit.com/pro.

By using this software, you agree to the abide by the included license.