mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 23:26:32 +02: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';
|
||||
|
||||
@@ -77,6 +78,7 @@ code={`
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<RelatedPatterns patterns={['Switch']} />
|
||||
</DetailsLayout>
|
||||
);
|
||||
};
|
||||
|
@@ -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