Skip to content

Commit 22800c1

Browse files
authored
FIO-9986: Fix README example (#6103)
1 parent ce06dc7 commit 22800c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -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```.
155156
You 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');

0 commit comments

Comments
 (0)