Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formio-survey

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formio-survey

You can install this package using NPM

  • 1.0.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

You can install this package using NPM

npm install formio-survey

Or just use directly with UNPKG

<script src="https://unpkg.com/formio-survey@:1.0.0/dist/index.umd.js"></script>

Also, if you are not using Formio already, import it and it's css dependencies

<script src='https://cdn.form.io/formiojs/formio.full.min.js'></script>
<link
      rel="stylesheet"
      href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
    />
    <link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css'>
    <link rel='stylesheet' href='https://cdn.form.io/formiojs/formio.full.min.css'>
    <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
  />
    <link rel='stylesheet' href='https://unpkg.com/formio-survey@:1.0.0/dist//style.css'>
formioSurvey.render({
  renderElement: document.getElementById("formio"),
  src: "https://zdzvmdwsyjiltzy.form.io/wellness",
  animations: {
    click: "pulse",
    next: "backOutDown",
    previous: "backInUp",
  },
});

FAQs

Package last updated on 23 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc