import { importStylesheet } from "https://deno.land/x/ayonli_jsext@v0.9.72/module.ts";
Imports a stylesheet from the given URL to the current document, useful for loading 3rd-party libraries dynamically in the browser.
NOTE: This function is only available in the browser.
Examples
Example 1
Example 1
import { importStylesheet } from "@ayonli/jsext/module";
await importStylesheet("https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css");