1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-18 03:41:35 +02: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

@@ -144,7 +144,7 @@ const Details: React.FC<{}> = () => {
`}
/>
</div>
<RelatedPatterns patterns={[Pattern.MegaMenu, Pattern.Menu]} />
<RelatedPatterns patterns={[Pattern.MegaMenu, Pattern.Menu, Pattern.NestedDropdowns]} />
</DetailsLayout>
);
};