Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DanielleHuisman/formkit-primevue

 
 

Repository files navigation

Formkit - Primevue

Helper classes for using Formkit with the PrimeVue UI Framework

Docs

Docs

Demo/Playground

Usage

import { defaultConfig, plugin } from '@formkit/vue'
import { primeInputs } from '@sfxcode/formkit-primevue'


  app.use(plugin, defaultConfig({
    locales: { de, en },
    // Define the active locale
    locale: 'en',
    inputs: primeInputs,
  }))

Basic Styling

Basic styling is provided with the formkit-primevue.scss file.

Features:

  • Width of all text and dropdown elements is set to 100%
  • Error Color by variable (--formkit-error-color)
  • Some margins, font sizes ...

You can use it or take it as base for your own styling.

Extended Styling

Showcases

Demo Application

Nuxt 3 PrimeVue Starter and Vite PrimeVue Starter with Formkit support available.

Supported Inputs

  • Calendar
  • Checkbox
  • Dropdown
  • Editor (HTML Editor)
  • InputMask
  • InputNumber
  • InputSwitch
  • InputText
  • InputTextarea
  • MultiSelect
  • Password
  • Ranking
  • Chips
  • Knob
  • ColorPicker
  • Listbox
  • ToggleButton
  • SelectButton
  • TriStateCheckbox
  • RadioButton

About

PrimeVue support for the FormKit validation Framwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 81.9%
  • Vue 12.3%
  • TypeScript 2.9%
  • SCSS 2.8%
  • Other 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.