WP Manifestindependent plugin directory
manifest / utilities / easy-uikit

Easy UIkit

UIkit 3 framework as a WP plugin

by Badabingbreda · github.com/badabingbreda/easy-uikit · website

12stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/badabingbreda/easy-uikit/archive/refs/heads/master.zip

Readme

Easy UIkit

Easy UIkit is a WordPress plugin that enqueues the UIkit3 library so that it can be used regardless of which theme you're using.

Plugin Description

Easy UIKit adds the UIkit3 library to the asset queue so you can use it even when changing themes. Great for page builders plugins like Beaver Builder. It also includes AlekVolsk's width-ex for extended column support (up to 30 columns).

The CSS and scripts are also loaded on the dashboard, so that you can use them in the Gutenberg Editor as well. Ideal for your occasional blocks development using popular block frameworks like ACF Pro or Meta Box.


Disabling Backend CSS

If you do not need them loaded on the backend, you can dequeue the action:

remove_action( 'admin_enqueue_scripts', 'easy_uikit_admin_enqueue', 100, 1 );

or by adding a constant

define( 'EASYUIKIT_ADMIN_ENQUEUE' , false );


More info

More info on UIKit here: https://getuikit.com

UIkit-ex Thanks AlekVolsk


Beaver Builder Flex Modules

Since version 1.4.0 you can also use flexbox inside Beaver Builder Columns. Currently support for uk-child-width-1-x is up to 6 columns, however, individual modules may use any supported uk-width-1-x that is supported.

Column class Module class
uk-flex uk-flex-1
uk-flex-none
uk-flex-auto

SVG Background shapes

Row background shapes (SVG's) and Row Shape Effects (UABB addon) have been improved and are working as expected.


Current UIkit version

Current version is v3.23.11 ( released Jun 25th, 2025 )


CHANGELOG

v.2.0.3 Update to UIkit 3.23.11 Update github updater class for enhanced errors handling

v.2.0.2 Updated to UIkit 3.15.24.

v.2.0.1 Fixed release info

v.2.0.0 Updated to UIkit 3.15.19. Updated plugin to autoloader Made changes to GithubUpdater to allow for tested check, icons and banners

v.1.8.0 Updated to UIkit 3.11.1.

v.1.7.0 Updated to UIkit 3.10.1.

v.1.6.0 Updated to UIkit 3.6.18, removed Base theme settings (font settings for uk-h1 etcetera). Reduced supported columns to 12, uncompressed CSS file reduced 30% in size.

v.1.5.0 Updated to UIkit 3.5.4

v.1.4.3 (January 13th, 2020) Fixed URL path for enqueued js and css files

v.1.4.2 (December 11th, 2019) Removed resetting svg height, seemed to still interfere with row-shapes.

v.1.4.1 (December 5th, 2019) Fixed row background-shapes and UABB row-effect not showing the SVG shapes correctly.

v.1.4.0 (November 25th, 2019) Updated UIkit to version 3.2.2. Added extra CSS-styling in components/lightbox.less to fix close button moving away on hover. Tweaked svg positioning; reset .fl-builder-edit svg {} to initial so that the interface aligns correctly.

Added uk-flex support for Beaver Builder columns. Use all default UIkit classes in a column to control the modules added inside the column as the flex-items. Works up to 6 columns using uk-child-width-1-6@ and uk-width-1-6 classes.

1.3.2 (July 30th, 2019) Fixed to show correct UIkit version (3.1.6) in plugin's description Removed CSS font-family style from uk-h1 through uk-h6, uk-heading-*

1.3.1 (July 20th, 2019) Minor update for SVG borders not handling well in Beaver Builder

1.3.0 (July 20th, 2019)

Updated to version 3.1.6 Removed re-styling of base html-tags Updated Github Updater Class to fix error-notices

1.2.0 (May 14th, 2019)

Updated to version 3.1.4

1.1.2 (April 6th, 2019)

Bugfix: added Images folder, which contain SVG icons

1.1.1 (April 5th, 2019)

Initial commit

Read the full README on GitHub →

Releases

TagPublished
2.0.3 Jan 10, 2026
2.0.2 Feb 15, 2023
2.0.1 Jan 8, 2023
2.0.0 Jan 8, 2023
1.8.0 Feb 15, 2022
1.7.0 Jan 19, 2022
1.6.0 Mar 28, 2021
1.4.3 Jan 13, 2020
1.4.1 Dec 5, 2019
1.3.2 Jul 30, 2019
1.3.1 Jul 20, 2019
1.3.0 Jul 20, 2019
1.2.0 May 14, 2019
1.1.2 Apr 6, 2019
1.1.1 Apr 6, 2019

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.