mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
image example
This commit is contained in:
parent
2a6604afaf
commit
9a56b1b9a5
5 changed files with 30 additions and 6 deletions
|
@ -9,9 +9,13 @@ import { Comment } from "~/components/node/Comment";
|
|||
interface IProps {}
|
||||
|
||||
const ImageExample: FC<IProps> = () => (
|
||||
<Card>
|
||||
<Card className={styles.node}>
|
||||
<Group>
|
||||
<div className={styles.image_container} />
|
||||
<div
|
||||
className={styles.image_container}
|
||||
>
|
||||
<img className={styles.image} src="http://37.192.131.144/full/photos/photo-20120702-99383.jpg" />
|
||||
</div>
|
||||
|
||||
<Padder horizontal>
|
||||
<Group horizontal>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue