From dbbbb8dfc5c8b3fb4f86b988e1625c51150e7940 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 21 Oct 2022 08:27:56 -0600 Subject: [PATCH] improve extension docs --- www/extensions.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www/extensions.md b/www/extensions.md index 58c7fe97..043ba2e4 100644 --- a/www/extensions.md +++ b/www/extensions.md @@ -48,7 +48,14 @@ If you need to disable an extension somewhere within the DOM tree, you can use t ## [Included Extensions](#included) htmx includes a set of extensions out of the box that address common developer needs. These extensions are tested -against `htmx` in each distribution +against `htmx` in each distribution. + +### [Installing Extensions](#installing) + +You can find the source for the bundled extensions at https://unpkg.com/browse/htmx.org/dist/ext/. You will need +to include the javascript file for the extension and then install it using the [hx-ext](/attributes/hx-ext) attributes. + +See the individual extension documentation for more details. ### [Included Extensions List](#reference)