siimple css v3.3.1 GitHub Examples Home
Installation
The guide to import siimple in your proyect
There are 3 ways to get started with siimple in your project. We recommend that you import the framework using a package manager.
1. Install using a package manager
You can use npm to download the latest version of siimple.
$ npm install siimple --save
2. Use a hosted version
You can use our hosted version in JsDelivr. Just copy and paste the following <link> element in your HTML file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/siimple@3.3.1/dist/siimple.min.css">
You can check all available hosted versions in the jsDelivr website.
3. Download manually from the repository
You can visit the repository hosted on GitHub and download the latest version from the releases page. You can find the CSS files on the ./dist/ folder, so you can copy them to your project.
Found a mistake or want to help improve this documentation? Suggest changes.