Skip to content

Commit

Permalink
Add a code example with Form Library icons only
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Oct 16, 2024
1 parent 390ee21 commit 52509dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions icons/index-form-library.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>SurveyJS Icons</title>
<meta name="viewport" content="width=device-width"/>
<script src="https://unpkg.com/survey-core/survey.core.min.js"></script>
<link href="index.css" type="text/css" rel="stylesheet"/>
<body>
<div id="icons"></div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>

0 comments on commit 52509dd

Please sign in to comment.