1.12.1-alpha • Published 4 years ago

@eirslett/jquery-ui-esm v1.12.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

jQuery UI - ESM fork

This is a simple fork of jQuery UI, which has converted the AMD modules to ESM modules. This means that jQuery UI can be used with modern builders like Vite, Snowpack and Esbuild.

Installation

npm install @eirslett/jquery-ui-esm

And in the app:

import 'jquery-ui';

Or individual modules:

import 'jquery-ui/esm/widgets/dialog.js';