Installation

Getting started with SimpUI is quick and easy:

  1. Download the Bundle.

  2. 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>
  3. Include JavaScript in

    Add this line before your closing </body> tag:

    <script src="simpui.js"></script>
  4. You’re Done!

    Start using SimpUI components in your HTML — no build process, no dependencies.