Installation
Quick start
Polynorm Web UI gives you a single poly-web-ui.min.css file including all the classes and icons and one js file with all the components.
So the easiest way to install is to include just this file:\
<head>
<link rel="stylesheet" type="text/css" href="/path/to/poly-web-ui.min.css" />
<script defer src="/path/to/poly-web-ui.min.js" type="text/javascript"></script>
</head>
Using Sass and npm
First install the package via npm:
npm install git+https://github.com/polynorm/poly-web-ui.git
Then go to your main.scss and import the following file:
@import "~/poly-web-ui/src/scss/poly-web-ui";
Then go to your main.js and import the following file:
import "~/poly-web-ui/src/js/poly-web-ui";