You might notice two files: jquery-ui.js and jquery-ui.min.js. You should almost always use the .min.js version for live websites.
After installation, the minified file will be located in node_modules/jquery-ui-dist/jquery-ui.min.js. How to Include jquery-ui.min.js in Your HTML
Once downloaded, extract the ZIP file. You will find the jquery-ui.min.js file inside the main folder. Option 2: Using a Content Delivery Network (CDN)
Note: Always ensure you include the standard jQuery library before the jQuery UI script, as jQuery UI depends on it. Option 3: Download via NPM or Yarn