JavaScript Frameworks
A list of all the Progressive Web Application frameworks supported by the Form.io platform.
JavaScript
Script Embedding
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css">
<script src="https://cdn.form.io/js/formio.embed.js"></script>
</head>
<body>
<div id='formio'></div>
<script type='text/javascript'>
Formio.createForm(
document.getElementById('formio'),
'https://forms.mysite.com/myproject/myform'
);
</script>
</body>
</html>Application Embedding
Angular
Angular Versions
@formio/angular
Angular Version
formiojs*
Angular Renderer
Angular Demo Application
Angular Other Resources
React
React Versions
@formio/react
React Version
formiojs*
React Renderer
React Starter Application
React Components vs Form.io Components
React Wrapper
Integrating forms with the React wrapper
Vue
@formio/vue
Vue Version
@formiojs
Vue Renderer
Property
Description
Value example
Vue Starter Application
Last updated
Was this helpful?
