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:
parent
a68c752325
commit
c7581e976e
3 changed files with 22 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue