Skip to content

Commit

Permalink
docs: add missing mustache documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
janbritz committed Feb 8, 2024
1 parent bbde7cf commit c88ce22
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion templates/package_search/area.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,20 @@
Represents a reactive package search area consisting of a searchbar and a package container.
Classes required for JS:
* qpy-package-search-search-bar,
* qpy-package-search-search-bar
* qpy-package-search-container
Data attributes required for JS:
* data-for="search-bar"
* data-for="all-header"
* data-for="recently-used-header"
* data-for="favourites-header"
* data-for="mine-header"
* data-for="all-content"
* data-for="recently-used-content"
* data-for="favourites-content"
* data-for="mine-content"
Example context (json):
{
"contextid": 1,
Expand Down

0 comments on commit c88ce22

Please sign in to comment.