# Forms Package

Forms package is the newest member of the js-platform. The package contains some helper composables and components to be used in the pre and post call forms.

# Dependencies

@pitcher/forms package depends on 3 other packages. Make sure you have these packages installed in your project:

  "@vue/composition-api": ">= 1.0.0-rc.1",
  "vue": ">= 2.6.0",
  "@pitcher/core": "LATEST"

# Installation

To install @pitcher/forms package, simply run:

yarn add @pitcher/forms

or

npm install @pitcher/forms