@@ -52,6 +52,7 @@ This library has a very powerful JSON form builder, and can be used like the fol
5252 <head >
5353 <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" >
5454 <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" >
55+ <link rel =" stylesheet" href =" https://cdn.form.io/js/formio.full.min.css" >
5556 <script src =' https://cdn.form.io/js/formio.full.min.js' ></script >
5657 </head >
5758 <body >
@@ -155,6 +156,8 @@ being set to ```wizard```.
155156You can also use this library as a JavaScript embedding of the form using a single line of code. For example, to embed the https://examples.form.io/example form within your application you can simply use the following embed code.
156157
157158``` html
159+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" >
160+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" >
158161<script src =" https://cdn.form.io/js/formio.embed.min.js?src=https://examples.form.io/example&libs=true" ></script >
159162```
160163
@@ -169,6 +172,8 @@ In addition to having a Form Renderer within this application, you can also use
169172``` html
170173<html >
171174 <head >
175+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" >
176+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" >
172177 <script src =' https://cdn.form.io/js/formio.min.js' ></script >
173178 <script type =' text/javascript' >
174179 var formio = new Formio (' https://examples.form.io/example' );
@@ -214,3 +219,5 @@ For more complete documentation over the JavaScript SDK, please take a look at t
214219
215220### Full Developer API Documentation
216221To view the full SDK Documentation, go to [ Developer SDK Documentation] ( https://formio.github.io/formio.js/docs/ )
222+
223+ test update 1
0 commit comments