1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00

Add nested dropdowns pattern

This commit is contained in:
Phuoc Nguyen
2020-01-13 23:59:14 +07:00
parent aabd3d5ffd
commit 02d9818c56
9 changed files with 291 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ enum Pattern {
MegaMenu = 'Mega menu',
Menu = 'Menu',
Modal = 'Modal',
NestedDropdowns = 'Nested dropdowns',
Notification = 'Notification',
OverlayPlayButton = 'Overlay play button',
Pagination = 'Pagination',