I looked for answers to this question but was unable to find any.
I'd like to know how to use UIkit components. I'm creating a simple page (HTML/CSS) and I can't use UIkit's functionalities. For example, I'd like to use the tooltip component. Here is the code I'm using to "bring in" the relevant css/js components in the header(don't know the term):
<!-- Tooltip CSS -->
<link rel="stylesheet" type="text/css" href="css/components/tooltip.css">
<!-- Tooltip Javascript -->
<script src="js/components/tooltip.js"></script>
The paths to the folders are correct - I thought my formatting of these links might be wrong. Please let me know what other info you might need. Thanks!