1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-20 04:41:31 +02:00

Add dot leader

This commit is contained in:
Phuoc Nguyen
2019-11-27 09:16:02 +07:00
parent ac4b82652c
commit 63cafd75c0
13 changed files with 248 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ const Details: React.FC<{}> = () => {
`}
/>
</div>
<RelatedPatterns patterns={[Pattern.PropertyList]} />
<RelatedPatterns patterns={[Pattern.DotLeader, Pattern.PropertyList, Pattern.SplitNavigation]} />
</DetailsLayout>
);
};