Answer the question
In order to leave comments, you need to log in
How to use uikit modules?
I decided the other day to try the uikit
css / js framework from yootheme , I was very pleased that the framework is modular, there is less . I downloaded uikit from github , decided to take the offcanvas.js module for the test , connected it, it came out something like this:
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>uikit</title>
<link rel="stylesheet" href="offcanvas.css">
<script src="jquery.js"></script>
<script src="offcanvas.js"></script>
</head>
<body>
<a href="#my-menu" data-uk-offcanvas>menu</a>
<div id="my-menu" class="uk-offcanvas">
<div class="uk-offcanvas-bar">...</div>
</div>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Try to connect also uikit.min.js or uikit.js (It seems that all modules are connected in them)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question