Installation
Getting started with SimpUI is quick and easy:
-
Download the Bundle.
-
Include Styles in <head>
Add these lines before your closing </head> tag:
<link rel="stylesheet" href="simpui.css"> <link rel="stylesheet" href="simpicker.css"> <script src="simpicker.js"></script>
-
Include JavaScript in
Add this line before your closing </body> tag:
<script src="simpui.js"></script>
-
You’re Done!
Start using SimpUI components in your HTML — no build process, no dependencies.