Questions tagged [getuikit]

UIkit (not to be confused with iOS UIKit) is a lightweight and modular open source front-end framework for developing web interfaces.

UIkit (not to be confused with iOS ) is a lightweight and modular open source front-end framework for developing fast and powerful web interfaces to make the web look good.

UIkit gives you a comprehensive collection of , , and components which is simple to use, easy to customize and extendable:

  • LESS & SASS: UIkit is developed in and to write well-structured, extendable code which is easy to maintain.
  • Components: A collection of small, responsive components using consistent and conflict-free naming conventions.
  • Customizer: UIkit’s very basic style can be extended with themes and is easy to customize to create your own look.
  • Responsive: With the mobile-first approach UIkit provides a consistent experience from phones and tablets to desktops.

Useful Links

Related Tags

221 questions
2
votes
1 answer

Clearing uikit html editor

i am trying to clear the content of my uikit html editor after saving data of when closing/cancelling my modal. i tried clearing it with these codes: $("#description").val(''); $('#description').attr('data-uk-htmleditor'); …
mino
  • 21
  • 3
1
vote
0 answers

Icons not shown for controls

I have a setup where I use Vue.js with Vite and UIkit. When opening the page, the Icons are not shown and the following error can be seen in the console: Failed to load resource: the server responded with a status of 404 (Not Found) –…
Schottky
  • 1,549
  • 1
  • 4
  • 19
1
vote
0 answers

Uikit Sticky oversized content

HelloI am using UIKIT's sticky component on the image which needs sticky right away when scrolling starts. It works fine but if the image is oversized to the viewport (like in laptops), so the sticky position does not work as long as the bottom of…
Emanuele
  • 87
  • 1
  • 9
1
vote
0 answers

Using UIKit and Bootstrap simultaneusly

Are there any known conflicts between UIKit and Bootstrap? Both with CSS and JS.
Pimpfru
  • 345
  • 2
  • 11
1
vote
1 answer

Floating form's input label with UIKit

Made the following code for the input field and its label: Is it possible to make input field's label floating like on the illustration by using…
YKKY
  • 605
  • 1
  • 6
  • 18
1
vote
0 answers

Is it posible to add ui-kit offcanves as a dropdown?

This offcanves I fond in ui-kit documation image https://getuikit.com/docs/offcanvas How can I make my mobile navigation like this? image
susindu
  • 51
  • 4
1
vote
1 answer

Scrollspy Uikit 3 framework and count up

i am a beginer in frontend and javascript hard for me :( I want to make count numbers with component scrollspy uikit 3 without jquery https://getuikit.com/docs/scrollspy I made like this, but it's not working