mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added example image switcher
This commit is contained in:
parent
7f168a93e7
commit
07f66c0146
3 changed files with 60 additions and 1 deletions
15
src/components/node/ImageSwitcher/index.tsx
Normal file
15
src/components/node/ImageSwitcher/index.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import React, { FC } from 'react';
|
||||
import * as styles from './styles.scss';
|
||||
|
||||
const ImageSwitcher: FC<{}> = () => (
|
||||
<div className={styles.wrap}>
|
||||
<div className={styles.switcher}>
|
||||
<div />
|
||||
<div />
|
||||
<div />
|
||||
<div />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export { ImageSwitcher };
|
Loading…
Add table
Add a link
Reference in a new issue