Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 491 Bytes

Icon.mdx

File metadata and controls

35 lines (26 loc) · 491 Bytes
route menu
/components/icon
Components

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

Icon

It displays an icon via name, all Material Icons are available.

Properties

MML string

<mml>
  <icon name="alarm"></icon>
</mml>

Basic usage

`} />