From b59bd7508e1a536fd7b16218649da7cf3e6a6704 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 26 Jul 2025 17:12:18 -0400 Subject: [PATCH] More items --- .../data_display/calendars/double.html | 1020 ++++++ .../forms/select_menus/simple_native.html | 27 + .../navigation/breadcrumbs/contained.html | 61 + .../breadcrumbs/full_width_bar.html | 64 + .../breadcrumbs/simple_with_slashes.html | 59 + .../breadcrumbs/wimple_with_chevrrons.html | 69 + .../command_palettes/dark_with_icons.html | 694 ++++ .../semi_transparent_with_icons.html | 694 ++++ .../navigation/command_palettes/simple.html | 218 ++ .../command_palettes/simple_with_padding.html | 221 ++ .../command_palettes/with_footer.html | 978 ++++++ .../command_palettes/with_groups.html | 241 ++ .../command_palettes/with_icons.html | 694 ++++ .../with_images_and_descriptions.html | 480 +++ .../command_palettes/with_preview.html | 2918 +++++++++++++++++ .../navbars/dark_with_quick_action.html | 250 ++ .../navigation/navbars/dark_with_search.html | 253 ++ application_ui/navigation/navbars/simple.html | 227 ++ .../navigation/navbars/simple_dark.html | 229 ++ .../simple_dark_with_menu_button_on_left.html | 177 + .../simple_with_menu_button_on_left.html | 173 + ...h_centered_search_and_secondary_links.html | 260 ++ ...tered_search_and_secondary_links_dark.html | 261 ++ .../navigation/navbars/with_quick_action.html | 248 ++ .../navigation/navbars/with_search.html | 252 ++ .../navbars/with_search_in_column_layout.html | 253 ++ .../card_footer_with_page_buttons.html | 110 + .../pagination/centered_page_numbers.html | 84 + .../pagination/simple_card_footer.html | 28 + .../navigation/progress_bars/bullets.html | 49 + .../progress_bars/bullets_and_text.html | 93 + .../navigation/progress_bars/circles.html | 103 + .../progress_bars/circles_with_text.html | 140 + .../navigation/progress_bars/panels.html | 107 + .../progress_bars/panels_with_border.html | 152 + .../progress_bars/progress_bar.html | 20 + .../navigation/progress_bars/simple.html | 41 + .../navigation/sidebar_navigation/brand.html | 234 ++ .../navigation/sidebar_navigation/dark.html | 234 ++ .../navigation/sidebar_navigation/light.html | 236 ++ .../with_expandable_sections.html | 167 + .../with_secondary_navigation.html | 273 ++ .../navigation/tabs/bar_with_underline.html | 76 + .../tabs/full_width_tabs_with_underline.html | 55 + .../navigation/tabs/simple_on_dark.html | 50 + .../navigation/tabs/tabs_in_pills.html | 53 + .../tabs/tabs_in_pills_on_gray.html | 53 + .../tabs/tabs_in_pills_with_brand_color.html | 53 + .../navigation/tabs/tabs_with_underline.html | 55 + .../tabs/tabs_with_underline_and_badges.html | 79 + .../tabs/tabs_with_underline_and_icons.html | 108 + .../vertical_navigation/on_gray.html | 221 ++ .../vertical_navigation/simple.html | 47 + .../vertical_navigation/with_badges.html | 68 + .../vertical_navigation/with_icons.html | 148 + .../with_icons_and_badges.html | 163 + .../with_secondary_navigation.html | 221 ++ 57 files changed, 14542 insertions(+) create mode 100644 application_ui/navigation/breadcrumbs/contained.html create mode 100644 application_ui/navigation/breadcrumbs/full_width_bar.html create mode 100644 application_ui/navigation/breadcrumbs/simple_with_slashes.html create mode 100644 application_ui/navigation/breadcrumbs/wimple_with_chevrrons.html create mode 100644 application_ui/navigation/command_palettes/dark_with_icons.html create mode 100644 application_ui/navigation/command_palettes/semi_transparent_with_icons.html create mode 100644 application_ui/navigation/command_palettes/simple.html create mode 100644 application_ui/navigation/command_palettes/simple_with_padding.html create mode 100644 application_ui/navigation/command_palettes/with_footer.html create mode 100644 application_ui/navigation/command_palettes/with_groups.html create mode 100644 application_ui/navigation/command_palettes/with_icons.html create mode 100644 application_ui/navigation/command_palettes/with_images_and_descriptions.html create mode 100644 application_ui/navigation/command_palettes/with_preview.html create mode 100644 application_ui/navigation/navbars/dark_with_quick_action.html create mode 100644 application_ui/navigation/navbars/dark_with_search.html create mode 100644 application_ui/navigation/navbars/simple.html create mode 100644 application_ui/navigation/navbars/simple_dark.html create mode 100644 application_ui/navigation/navbars/simple_dark_with_menu_button_on_left.html create mode 100644 application_ui/navigation/navbars/simple_with_menu_button_on_left.html create mode 100644 application_ui/navigation/navbars/with_centered_search_and_secondary_links.html create mode 100644 application_ui/navigation/navbars/with_centered_search_and_secondary_links_dark.html create mode 100644 application_ui/navigation/navbars/with_quick_action.html create mode 100644 application_ui/navigation/navbars/with_search.html create mode 100644 application_ui/navigation/navbars/with_search_in_column_layout.html create mode 100644 application_ui/navigation/pagination/card_footer_with_page_buttons.html create mode 100644 application_ui/navigation/pagination/centered_page_numbers.html create mode 100644 application_ui/navigation/pagination/simple_card_footer.html create mode 100644 application_ui/navigation/progress_bars/bullets.html create mode 100644 application_ui/navigation/progress_bars/bullets_and_text.html create mode 100644 application_ui/navigation/progress_bars/circles.html create mode 100644 application_ui/navigation/progress_bars/circles_with_text.html create mode 100644 application_ui/navigation/progress_bars/panels.html create mode 100644 application_ui/navigation/progress_bars/panels_with_border.html create mode 100644 application_ui/navigation/progress_bars/progress_bar.html create mode 100644 application_ui/navigation/progress_bars/simple.html create mode 100644 application_ui/navigation/sidebar_navigation/brand.html create mode 100644 application_ui/navigation/sidebar_navigation/dark.html create mode 100644 application_ui/navigation/sidebar_navigation/light.html create mode 100644 application_ui/navigation/sidebar_navigation/with_expandable_sections.html create mode 100644 application_ui/navigation/sidebar_navigation/with_secondary_navigation.html create mode 100644 application_ui/navigation/tabs/bar_with_underline.html create mode 100644 application_ui/navigation/tabs/full_width_tabs_with_underline.html create mode 100644 application_ui/navigation/tabs/simple_on_dark.html create mode 100644 application_ui/navigation/tabs/tabs_in_pills.html create mode 100644 application_ui/navigation/tabs/tabs_in_pills_on_gray.html create mode 100644 application_ui/navigation/tabs/tabs_in_pills_with_brand_color.html create mode 100644 application_ui/navigation/tabs/tabs_with_underline.html create mode 100644 application_ui/navigation/tabs/tabs_with_underline_and_badges.html create mode 100644 application_ui/navigation/tabs/tabs_with_underline_and_icons.html create mode 100644 application_ui/navigation/vertical_navigation/on_gray.html create mode 100644 application_ui/navigation/vertical_navigation/simple.html create mode 100644 application_ui/navigation/vertical_navigation/with_badges.html create mode 100644 application_ui/navigation/vertical_navigation/with_icons.html create mode 100644 application_ui/navigation/vertical_navigation/with_icons_and_badges.html create mode 100644 application_ui/navigation/vertical_navigation/with_secondary_navigation.html diff --git a/application_ui/data_display/calendars/double.html b/application_ui/data_display/calendars/double.html index e69de29..8a30348 100644 --- a/application_ui/data_display/calendars/double.html +++ b/application_ui/data_display/calendars/double.html @@ -0,0 +1,1020 @@ +
+
+ + +
+

January

+
+
M
+
T
+
W
+
T
+
F
+
S
+
S
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

February

+
+
M
+
T
+
W
+
T
+
F
+
S
+
S
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Upcoming events

+
    +
  1. + +

    + Nothing on today’s schedule +

    +
  2. +
  3. + +

    + View house with real estate agent +

    +

    + - + +

    +
  4. +
  5. + +

    + Meeting with bank manager +

    +

    All day

    +
  6. +
  7. + +

    + Sign paperwork at lawyers +

    +

    + - + +

    +
  8. +
+
+
diff --git a/application_ui/forms/select_menus/simple_native.html b/application_ui/forms/select_menus/simple_native.html index e69de29..8261c16 100644 --- a/application_ui/forms/select_menus/simple_native.html +++ b/application_ui/forms/select_menus/simple_native.html @@ -0,0 +1,27 @@ + +
+ + +
diff --git a/application_ui/navigation/breadcrumbs/contained.html b/application_ui/navigation/breadcrumbs/contained.html new file mode 100644 index 0000000..4571a4c --- /dev/null +++ b/application_ui/navigation/breadcrumbs/contained.html @@ -0,0 +1,61 @@ + diff --git a/application_ui/navigation/breadcrumbs/full_width_bar.html b/application_ui/navigation/breadcrumbs/full_width_bar.html new file mode 100644 index 0000000..beb5b8c --- /dev/null +++ b/application_ui/navigation/breadcrumbs/full_width_bar.html @@ -0,0 +1,64 @@ + diff --git a/application_ui/navigation/breadcrumbs/simple_with_slashes.html b/application_ui/navigation/breadcrumbs/simple_with_slashes.html new file mode 100644 index 0000000..e6c6b1c --- /dev/null +++ b/application_ui/navigation/breadcrumbs/simple_with_slashes.html @@ -0,0 +1,59 @@ + diff --git a/application_ui/navigation/breadcrumbs/wimple_with_chevrrons.html b/application_ui/navigation/breadcrumbs/wimple_with_chevrrons.html new file mode 100644 index 0000000..fa4fb01 --- /dev/null +++ b/application_ui/navigation/breadcrumbs/wimple_with_chevrrons.html @@ -0,0 +1,69 @@ + diff --git a/application_ui/navigation/command_palettes/dark_with_icons.html b/application_ui/navigation/command_palettes/dark_with_icons.html new file mode 100644 index 0000000..9826b2b --- /dev/null +++ b/application_ui/navigation/command_palettes/dark_with_icons.html @@ -0,0 +1,694 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/semi_transparent_with_icons.html b/application_ui/navigation/command_palettes/semi_transparent_with_icons.html new file mode 100644 index 0000000..0e43d62 --- /dev/null +++ b/application_ui/navigation/command_palettes/semi_transparent_with_icons.html @@ -0,0 +1,694 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/simple.html b/application_ui/navigation/command_palettes/simple.html new file mode 100644 index 0000000..84ab5fa --- /dev/null +++ b/application_ui/navigation/command_palettes/simple.html @@ -0,0 +1,218 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/simple_with_padding.html b/application_ui/navigation/command_palettes/simple_with_padding.html new file mode 100644 index 0000000..adf1e59 --- /dev/null +++ b/application_ui/navigation/command_palettes/simple_with_padding.html @@ -0,0 +1,221 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/with_footer.html b/application_ui/navigation/command_palettes/with_footer.html new file mode 100644 index 0000000..acbbcf0 --- /dev/null +++ b/application_ui/navigation/command_palettes/with_footer.html @@ -0,0 +1,978 @@ + + + + + + + + + + +
+ + +
+ + +
+ + + + + + + +
+ Type + # + for projects,> + for users, and + ? + for help. +
+
+
+
+
+
diff --git a/application_ui/navigation/command_palettes/with_groups.html b/application_ui/navigation/command_palettes/with_groups.html new file mode 100644 index 0000000..be4ef60 --- /dev/null +++ b/application_ui/navigation/command_palettes/with_groups.html @@ -0,0 +1,241 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/with_icons.html b/application_ui/navigation/command_palettes/with_icons.html new file mode 100644 index 0000000..83f6f03 --- /dev/null +++ b/application_ui/navigation/command_palettes/with_icons.html @@ -0,0 +1,694 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/with_images_and_descriptions.html b/application_ui/navigation/command_palettes/with_images_and_descriptions.html new file mode 100644 index 0000000..b16a33f --- /dev/null +++ b/application_ui/navigation/command_palettes/with_images_and_descriptions.html @@ -0,0 +1,480 @@ + + + + + + + + + + + diff --git a/application_ui/navigation/command_palettes/with_preview.html b/application_ui/navigation/command_palettes/with_preview.html new file mode 100644 index 0000000..0f23baf --- /dev/null +++ b/application_ui/navigation/command_palettes/with_preview.html @@ -0,0 +1,2918 @@ + + + + + + + + +
+ + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
diff --git a/application_ui/navigation/navbars/dark_with_quick_action.html b/application_ui/navigation/navbars/dark_with_quick_action.html new file mode 100644 index 0000000..a2381e5 --- /dev/null +++ b/application_ui/navigation/navbars/dark_with_quick_action.html @@ -0,0 +1,250 @@ + + + diff --git a/application_ui/navigation/navbars/dark_with_search.html b/application_ui/navigation/navbars/dark_with_search.html new file mode 100644 index 0000000..1bc89b2 --- /dev/null +++ b/application_ui/navigation/navbars/dark_with_search.html @@ -0,0 +1,253 @@ + + + diff --git a/application_ui/navigation/navbars/simple.html b/application_ui/navigation/navbars/simple.html new file mode 100644 index 0000000..b380253 --- /dev/null +++ b/application_ui/navigation/navbars/simple.html @@ -0,0 +1,227 @@ + + + diff --git a/application_ui/navigation/navbars/simple_dark.html b/application_ui/navigation/navbars/simple_dark.html new file mode 100644 index 0000000..fe5cba1 --- /dev/null +++ b/application_ui/navigation/navbars/simple_dark.html @@ -0,0 +1,229 @@ + + + diff --git a/application_ui/navigation/navbars/simple_dark_with_menu_button_on_left.html b/application_ui/navigation/navbars/simple_dark_with_menu_button_on_left.html new file mode 100644 index 0000000..dd77ebe --- /dev/null +++ b/application_ui/navigation/navbars/simple_dark_with_menu_button_on_left.html @@ -0,0 +1,177 @@ + + + diff --git a/application_ui/navigation/navbars/simple_with_menu_button_on_left.html b/application_ui/navigation/navbars/simple_with_menu_button_on_left.html new file mode 100644 index 0000000..aed9c07 --- /dev/null +++ b/application_ui/navigation/navbars/simple_with_menu_button_on_left.html @@ -0,0 +1,173 @@ + + + diff --git a/application_ui/navigation/navbars/with_centered_search_and_secondary_links.html b/application_ui/navigation/navbars/with_centered_search_and_secondary_links.html new file mode 100644 index 0000000..4426ea2 --- /dev/null +++ b/application_ui/navigation/navbars/with_centered_search_and_secondary_links.html @@ -0,0 +1,260 @@ + + +
+
+
+
+
+ Your Company +
+
+
+
+ + +
+
+
+ + +
+ +
+ +
+ + +
diff --git a/application_ui/navigation/navbars/with_centered_search_and_secondary_links_dark.html b/application_ui/navigation/navbars/with_centered_search_and_secondary_links_dark.html new file mode 100644 index 0000000..5cd02a7 --- /dev/null +++ b/application_ui/navigation/navbars/with_centered_search_and_secondary_links_dark.html @@ -0,0 +1,261 @@ + + +
+
+
+
+
+ Your Company +
+
+
+
+ + +
+
+
+ + +
+ +
+ +
+ + +
diff --git a/application_ui/navigation/navbars/with_quick_action.html b/application_ui/navigation/navbars/with_quick_action.html new file mode 100644 index 0000000..7cbcf7d --- /dev/null +++ b/application_ui/navigation/navbars/with_quick_action.html @@ -0,0 +1,248 @@ + + + diff --git a/application_ui/navigation/navbars/with_search.html b/application_ui/navigation/navbars/with_search.html new file mode 100644 index 0000000..5a8e958 --- /dev/null +++ b/application_ui/navigation/navbars/with_search.html @@ -0,0 +1,252 @@ + + + diff --git a/application_ui/navigation/navbars/with_search_in_column_layout.html b/application_ui/navigation/navbars/with_search_in_column_layout.html new file mode 100644 index 0000000..6d40d54 --- /dev/null +++ b/application_ui/navigation/navbars/with_search_in_column_layout.html @@ -0,0 +1,253 @@ + + + +
+
+
+
+
+ + Your Company + +
+
+
+
+
+ + +
+
+
+
+ + +
+ +
+
+ + + +
+
+
+ +
+
+
+ Chelsea Hagon +
+
+ chelsea.hagon@example.com +
+
+ +
+ +
+
+
diff --git a/application_ui/navigation/pagination/card_footer_with_page_buttons.html b/application_ui/navigation/pagination/card_footer_with_page_buttons.html new file mode 100644 index 0000000..59d5c60 --- /dev/null +++ b/application_ui/navigation/pagination/card_footer_with_page_buttons.html @@ -0,0 +1,110 @@ +
+
+ Previous + Next +
+ +
diff --git a/application_ui/navigation/pagination/centered_page_numbers.html b/application_ui/navigation/pagination/centered_page_numbers.html new file mode 100644 index 0000000..09ef1ed --- /dev/null +++ b/application_ui/navigation/pagination/centered_page_numbers.html @@ -0,0 +1,84 @@ + diff --git a/application_ui/navigation/pagination/simple_card_footer.html b/application_ui/navigation/pagination/simple_card_footer.html new file mode 100644 index 0000000..245a92b --- /dev/null +++ b/application_ui/navigation/pagination/simple_card_footer.html @@ -0,0 +1,28 @@ + diff --git a/application_ui/navigation/progress_bars/bullets.html b/application_ui/navigation/progress_bars/bullets.html new file mode 100644 index 0000000..c2ff8af --- /dev/null +++ b/application_ui/navigation/progress_bars/bullets.html @@ -0,0 +1,49 @@ + diff --git a/application_ui/navigation/progress_bars/bullets_and_text.html b/application_ui/navigation/progress_bars/bullets_and_text.html new file mode 100644 index 0000000..b31210f --- /dev/null +++ b/application_ui/navigation/progress_bars/bullets_and_text.html @@ -0,0 +1,93 @@ +
+ +
diff --git a/application_ui/navigation/progress_bars/circles.html b/application_ui/navigation/progress_bars/circles.html new file mode 100644 index 0000000..eb77cc4 --- /dev/null +++ b/application_ui/navigation/progress_bars/circles.html @@ -0,0 +1,103 @@ + diff --git a/application_ui/navigation/progress_bars/circles_with_text.html b/application_ui/navigation/progress_bars/circles_with_text.html new file mode 100644 index 0000000..4853bf6 --- /dev/null +++ b/application_ui/navigation/progress_bars/circles_with_text.html @@ -0,0 +1,140 @@ + diff --git a/application_ui/navigation/progress_bars/panels.html b/application_ui/navigation/progress_bars/panels.html new file mode 100644 index 0000000..8c6e44e --- /dev/null +++ b/application_ui/navigation/progress_bars/panels.html @@ -0,0 +1,107 @@ + diff --git a/application_ui/navigation/progress_bars/panels_with_border.html b/application_ui/navigation/progress_bars/panels_with_border.html new file mode 100644 index 0000000..eacc93e --- /dev/null +++ b/application_ui/navigation/progress_bars/panels_with_border.html @@ -0,0 +1,152 @@ +
+ +
diff --git a/application_ui/navigation/progress_bars/progress_bar.html b/application_ui/navigation/progress_bars/progress_bar.html new file mode 100644 index 0000000..f63813f --- /dev/null +++ b/application_ui/navigation/progress_bars/progress_bar.html @@ -0,0 +1,20 @@ +
+

Status

+

Migrating MySQL database...

+ +
diff --git a/application_ui/navigation/progress_bars/simple.html b/application_ui/navigation/progress_bars/simple.html new file mode 100644 index 0000000..c13ff66 --- /dev/null +++ b/application_ui/navigation/progress_bars/simple.html @@ -0,0 +1,41 @@ + diff --git a/application_ui/navigation/sidebar_navigation/brand.html b/application_ui/navigation/sidebar_navigation/brand.html new file mode 100644 index 0000000..7e3df87 --- /dev/null +++ b/application_ui/navigation/sidebar_navigation/brand.html @@ -0,0 +1,234 @@ +
+
+ Your Company +
+ +
diff --git a/application_ui/navigation/sidebar_navigation/dark.html b/application_ui/navigation/sidebar_navigation/dark.html new file mode 100644 index 0000000..aa9b6a5 --- /dev/null +++ b/application_ui/navigation/sidebar_navigation/dark.html @@ -0,0 +1,234 @@ +
+
+ Your Company +
+ +
diff --git a/application_ui/navigation/sidebar_navigation/light.html b/application_ui/navigation/sidebar_navigation/light.html new file mode 100644 index 0000000..8dd234a --- /dev/null +++ b/application_ui/navigation/sidebar_navigation/light.html @@ -0,0 +1,236 @@ +
+
+ Your Company +
+ +
diff --git a/application_ui/navigation/sidebar_navigation/with_expandable_sections.html b/application_ui/navigation/sidebar_navigation/with_expandable_sections.html new file mode 100644 index 0000000..a91798c --- /dev/null +++ b/application_ui/navigation/sidebar_navigation/with_expandable_sections.html @@ -0,0 +1,167 @@ + + +
+
+ Your Company +
+ +
diff --git a/application_ui/navigation/sidebar_navigation/with_secondary_navigation.html b/application_ui/navigation/sidebar_navigation/with_secondary_navigation.html new file mode 100644 index 0000000..788ea41 --- /dev/null +++ b/application_ui/navigation/sidebar_navigation/with_secondary_navigation.html @@ -0,0 +1,273 @@ + + +
+
+ Your Company +
+ +
diff --git a/application_ui/navigation/tabs/bar_with_underline.html b/application_ui/navigation/tabs/bar_with_underline.html new file mode 100644 index 0000000..a229bbd --- /dev/null +++ b/application_ui/navigation/tabs/bar_with_underline.html @@ -0,0 +1,76 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/full_width_tabs_with_underline.html b/application_ui/navigation/tabs/full_width_tabs_with_underline.html new file mode 100644 index 0000000..0c7cedd --- /dev/null +++ b/application_ui/navigation/tabs/full_width_tabs_with_underline.html @@ -0,0 +1,55 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/simple_on_dark.html b/application_ui/navigation/tabs/simple_on_dark.html new file mode 100644 index 0000000..9090680 --- /dev/null +++ b/application_ui/navigation/tabs/simple_on_dark.html @@ -0,0 +1,50 @@ +
+
+
+ + + +
+ +
+
diff --git a/application_ui/navigation/tabs/tabs_in_pills.html b/application_ui/navigation/tabs/tabs_in_pills.html new file mode 100644 index 0000000..5261d6f --- /dev/null +++ b/application_ui/navigation/tabs/tabs_in_pills.html @@ -0,0 +1,53 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/tabs_in_pills_on_gray.html b/application_ui/navigation/tabs/tabs_in_pills_on_gray.html new file mode 100644 index 0000000..f6636c9 --- /dev/null +++ b/application_ui/navigation/tabs/tabs_in_pills_on_gray.html @@ -0,0 +1,53 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/tabs_in_pills_with_brand_color.html b/application_ui/navigation/tabs/tabs_in_pills_with_brand_color.html new file mode 100644 index 0000000..81ae57a --- /dev/null +++ b/application_ui/navigation/tabs/tabs_in_pills_with_brand_color.html @@ -0,0 +1,53 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/tabs_with_underline.html b/application_ui/navigation/tabs/tabs_with_underline.html new file mode 100644 index 0000000..9bfecbd --- /dev/null +++ b/application_ui/navigation/tabs/tabs_with_underline.html @@ -0,0 +1,55 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/tabs_with_underline_and_badges.html b/application_ui/navigation/tabs/tabs_with_underline_and_badges.html new file mode 100644 index 0000000..ab9f63e --- /dev/null +++ b/application_ui/navigation/tabs/tabs_with_underline_and_badges.html @@ -0,0 +1,79 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/tabs/tabs_with_underline_and_icons.html b/application_ui/navigation/tabs/tabs_with_underline_and_icons.html new file mode 100644 index 0000000..49840c0 --- /dev/null +++ b/application_ui/navigation/tabs/tabs_with_underline_and_icons.html @@ -0,0 +1,108 @@ +
+
+ + + +
+ +
diff --git a/application_ui/navigation/vertical_navigation/on_gray.html b/application_ui/navigation/vertical_navigation/on_gray.html new file mode 100644 index 0000000..aeed261 --- /dev/null +++ b/application_ui/navigation/vertical_navigation/on_gray.html @@ -0,0 +1,221 @@ + diff --git a/application_ui/navigation/vertical_navigation/simple.html b/application_ui/navigation/vertical_navigation/simple.html new file mode 100644 index 0000000..522dac7 --- /dev/null +++ b/application_ui/navigation/vertical_navigation/simple.html @@ -0,0 +1,47 @@ + diff --git a/application_ui/navigation/vertical_navigation/with_badges.html b/application_ui/navigation/vertical_navigation/with_badges.html new file mode 100644 index 0000000..c18c815 --- /dev/null +++ b/application_ui/navigation/vertical_navigation/with_badges.html @@ -0,0 +1,68 @@ + diff --git a/application_ui/navigation/vertical_navigation/with_icons.html b/application_ui/navigation/vertical_navigation/with_icons.html new file mode 100644 index 0000000..98bbceb --- /dev/null +++ b/application_ui/navigation/vertical_navigation/with_icons.html @@ -0,0 +1,148 @@ + diff --git a/application_ui/navigation/vertical_navigation/with_icons_and_badges.html b/application_ui/navigation/vertical_navigation/with_icons_and_badges.html new file mode 100644 index 0000000..92d3074 --- /dev/null +++ b/application_ui/navigation/vertical_navigation/with_icons_and_badges.html @@ -0,0 +1,163 @@ + diff --git a/application_ui/navigation/vertical_navigation/with_secondary_navigation.html b/application_ui/navigation/vertical_navigation/with_secondary_navigation.html new file mode 100644 index 0000000..dbb7ec8 --- /dev/null +++ b/application_ui/navigation/vertical_navigation/with_secondary_navigation.html @@ -0,0 +1,221 @@ +