observable-framework-lib-jquery-ui
Installation
SKILL.md
Library: jQuery UI
Observable Framework documentation: Library: jQuery UI Source: https://observablehq.com/framework/lib-jquery-ui
jQuery UI is a set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
<link rel="stylesheet" href="npm:jquery-ui/dist/themes/base/jquery-ui.css">
import $ from "npm:jquery";
self.jQuery = $;
await import("npm:jquery-ui");