diff options
Diffstat (limited to 'www/docs/B0-js.md')
-rw-r--r-- | www/docs/B0-js.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/docs/B0-js.md b/www/docs/B0-js.md index 1642902..910afaf 100644 --- a/www/docs/B0-js.md +++ b/www/docs/B0-js.md @@ -90,6 +90,33 @@ or All notes above about initializing dynamic content apply here. +## Feed + +_See [ARIA § feed](/docs/aria/#feed)_ + +<figure> + + ~~~ html + <script type="module" src="https://unpkg.com/missing.css@{{ version }}/js/feed.js"> + ~~~ + +</figure> + +or + +<figure> + + ~~~js + import { menu, menuButton } from "https://unpkg.com/missing.css@{{ version }}/js/feed.js"; + ~~~ + +</figure> + +All notes above about initializing dynamic content apply here. + + + + ## Expand/collapse navbar _See [Components § Navbar](/docs/components/#navbar)_ |