1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-19 02:47:09 +03:00
mdx-deck/examples/images/deck.mdx
2019-04-21 20:07:57 -04:00

24 lines
309 B
Plaintext

import {
Image,
} from '@mdx-deck/components'
# Hello!
---
<Image
src='https://source.unsplash.com/random/768x2048?brooklyn'
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
color: 'white',
backgroundColor: 'black',
}}>
## Background Image
</Image>