styleSUP is a CSS Component library created purely based on HTML and CSS. The inspiration for ideas are taken from Bootstrap;
To use any of the components within this library, 2 files are required as follows:
- Add the external CSS on the respective HTML page.
<link rel="stylesheet"
href="https://stylesup.netlify.app/styles/components.css">
- Add the JavaScript for certain components which needs an action and outcome.
<script type="text/javascript"
src="https://stylesup.netlify.app/scripts/script.js">
</script>
Note: Add the JavaScript code snippet just before the
</body>
such that all the components work well.