sebastiansulinski / vue-form-inputs

Set of inputs for use with vue-form component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue form input set

Set of inputs to accompany vue-form v2.

This component makes use of Vue 3 composition api so please make sure it is available in your project.

Installation

npm install --save-dev @ssdcode/vue-form-inputs

Usage

You can import desired input components using ES6 import syntax

import { TextInput, CheckboxInput, SelectInput, FroalaEditor } from '@ssdcode/vue-form-inputs'

Alternatively you can also use UMD or CommonJs approach by pointing to @ssdcode/vue-form-inputs/dist/main.umd.js or @ssdcode/vue-form-inputs/dist/main.common.js.

FroalaEditor

To use FroalaEditor, make sure you import and compile relevant css files - at the very least:

@import '~froala-editor/css/froala_editor.pkgd.css';

To be continued...

Tests

You can execute tests by calling

npm run test:unit

Contributions

Contributions are welcome - please make sure all PRs have their associated test.

About

Set of inputs for use with vue-form component


Languages

Language:JavaScript 58.5%Language:Vue 38.3%Language:HTML 3.3%