Skip to content

Getting Started

Setting up Sisitech npm registry

Basic Installation


- Once installed, to start using Sisitech Forms in your project, you'll need to install it via npm or package.json. - Open your terminal and run one of the following commands, depending on your package manager of choice:

# Using npm
npm install @sisitech/myform@0.3.1
  • You could also directly add it to your package.json as follows
# Adding it to package.json
"@sisitech/myform": "0.3.1"
  • Check the MyForms official package page to get the latest version of myforms.
  • This will add Sisitech Forms to your project's dependencies, making it available for use in your code.

Useful Links

  • Overview: Introduction to myForms.
  • Usage: Discover how to create, customize, and work with forms using our library.
  • Under the Hood: Dive into the details of the library's functions, classes, and components.
  • Examples: See real-world examples of Sisitech Forms in action.

Comments