@access-ci/ui 0.5.0-beta2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,9 +24,11 @@ The library includes functions for rendering common ACCESS user interface compon
24
24
  - `universalMenus`: Universal navigation menus
25
25
  - `header`: Logo header
26
26
  - `siteMenus`: Site-specific navigation menus
27
+ - `breadcrumbs`: Breadcrumb navigation
27
28
  - `tableOfContents`: Page table of contents
28
29
  - `footerMenus`: Site-specific navigation menus above the footer
29
30
  - `footer`: Universal footer
31
+ - `resourceCatalog`: ACCESS resource catalog
30
32
 
31
33
  ## Example
32
34