mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-28 20:14:01 +01:00
Add related patterns section
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React, { useState } from 'react';
|
||||
|
||||
import DetailsLayout from '../../layouts/DetailsLayout';
|
||||
import RelatedPatterns from '../../layouts/RelatedPatterns';
|
||||
import BrowserFrame from '../../placeholders/BrowserFrame';
|
||||
import SampleCode from '../../SampleCode';
|
||||
|
||||
@@ -67,6 +68,7 @@ code={`
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
<RelatedPatterns patterns={['Radio switch']} />
|
||||
</DetailsLayout>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user