mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-23 14:14:05 +02:00
Add nested dropdowns pattern
This commit is contained in:
@@ -199,7 +199,13 @@ const Details: React.FC<{}> = () => {
|
||||
/>
|
||||
</div>
|
||||
<RelatedPatterns
|
||||
patterns={[Pattern.DotLeader, Pattern.MegaMenu, Pattern.PropertyList, Pattern.SplitNavigation]}
|
||||
patterns={[
|
||||
Pattern.DotLeader,
|
||||
Pattern.MegaMenu,
|
||||
Pattern.NestedDropdowns,
|
||||
Pattern.PropertyList,
|
||||
Pattern.SplitNavigation,
|
||||
]}
|
||||
/>
|
||||
</DetailsLayout>
|
||||
);
|
||||
|
Reference in New Issue
Block a user