Jump to content

Finally got around to playing with UIKIT: it's great but ...


OrganizedFellow
 Share

Recommended Posts

I'm following the tutorials here https://getuikit.com/v2/docs/tutorials.html

Learning to piece together my own templates and styles, really enjoying the flexibility! I can see why Ryan incorporated it so well into PW ?

I am having trouble with the tool tips https://getuikit.com/docs/tooltip

I follow the directions, but it still isn't working ?

Link to comment
Share on other sites

Silly question but, have you included the javascript library??

Also maybe just another silly mistake, but you point to UIKit v2 tutorials, shouldn't you be looking for UIkit v3 tutorials?

I've been using all most of UIkit as my go-to library on a lot of projects now, really includes most of the stuff I had to glue up one time or another with different js libraries .

I wish they had kept the "per component javascript file" , now everything is bundled. I remember it used to be the other way around.

Link to comment
Share on other sites

1 hour ago, elabx said:

Silly question but, have you included the javascript library??

Also maybe just another silly mistake, but you point to UIKit v2 tutorials, shouldn't you be looking for UIkit v3 tutorials?

I've been using all most of UIkit as my go-to library on a lot of projects now, really includes most of the stuff I had to glue up one time or another with different js libraries .

I wish they had kept the "per component javascript file" , now everything is bundled. I remember it used to be the other way around.

INCLUDED the following:

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script src="js/uikit.min.js"></script>
    <script src="js/components/sticky.min.js"></script>
    <script src="js/components/tooltip.min.js"></script>

Sticky works fine, tooltip does not.

As for the version tutorials?! I just went to the one posted from the homepage?!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...