1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

changed image switcher appearance

This commit is contained in:
muerwre 2019-08-20 22:30:06 +07:00
parent a68c752325
commit c7581e976e
3 changed files with 22 additions and 8 deletions

View file

@ -15,7 +15,7 @@ interface IProps {}
const ImageExample: FC<IProps> = () => (
<Card className={styles.node} seamless>
<ImageSwitcher />
<ImageSwitcher total={5} current={2} />
<div className={styles.image_container}>
<img