Why it's awesome
It provides front-end developers & engineers a collection of reusable components to build websites and user interfaces within 3F. Adopting the library enables consistent markup, styles, and behavior in prototype and production work. Hope you enjoy!Getting started
Starting up is fast and easy — just do the following;
1. Copy-paste the stylesheet <link> into your <head> before all other stylesheets.
<link rel="stylesheet" href="https://3f-design.dk/[email protected]/dist/css/bundle.css"/>
2. Place the following <script> near the bottom of your pages, right before the closing </body> tag.
<script src="https://3f-design.dk/[email protected]/dist/js/bundle.js"></script>
3: That's it! You're done 😄 Now please go read the documentation.
Did you know: You will automatically receive updates. We have specified a (semver) version range - 1.136.x. The 'x' allows automatic patch-level updates. You can disable this by using a specific version, like 1.136.3.