A set of components for markup and front-end development, that provides an easy and fast creation of beautiful web interfaces.
v0.2.1-beta
To get started, inside the tag <head> plug in css-file parts-ui.min.css. Download it or install from the server:
<link href="https://partsui.com/files/release/css/partsui.min.css" rel="stylesheet"/>
To get full value and access to JavaScript options, plug in jQuery and scripts file parts-ui.min.js at the end of the page before closing tag. Set up locally into the project by downloading files or install from the server:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" defer="defer"></script>
<script src="https://partsui.com/files/release/js/partsui.min.js" defer="defer"></script>
jQuery library is not included, thus should be downloaded individually
To get full value and access to JavaScript options, plug in jQuery and scripts file parts-ui.min.js at the end of the page before closing tag. Set up locally into the project by downloading files or install from the server:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" defer="defer"></script>
<script src="https://partsui.com/files/release/js/partsui.min.js" defer="defer"></script>
jQuery library is not included, thus should be downloaded individually