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://examples.form.io/example'
);
</script>
</body>
</html>Application Embedding
Angular
Angular Renderer
Angular Demo Application
Angular Other Resources
React
React Renderer
React Starter Application
React Components vs Form.io Components
React Wrapper
Integrating forms with the React wrapper
Vue
Vue Renderer
Property
Description
Value example
Vue Starter Application
Last updated
Was this helpful?
