Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 800 Bytes

Image.mdx

File metadata and controls

43 lines (34 loc) · 800 Bytes
route menu
/components/image
Components

import { Playground, Props } from 'docz'; import { Image } from './Image.tsx';

Image

It displays an image within an mml attachment.

Properties

MML string

<mml>
  <image
    src="https://images.unsplash.com/photo-1577046847380-eaf32b2775d8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=250&q=80"
    alt="happy-new-year"
    title="Happy new year"
  />
</mml>

Basic usage

happy-new-year

`} />