0.1.12 • Published 7 years ago

@mistong/eui-code v0.1.12

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

USAGE

Install

$ npm i @mistong/eui

demo

import { Code } from '@mistong/eui';

...

<Code
  sourceCode={'console.log(\'hello world\');'}
>
 I'am demo here
<Code>

API

参数说明类型默认值
children需要展示的 demo 内容anynull
sourceCode需要展示的源代码any''
mode模式default inline codeOnly markdown(模式为 markdown 时,参数同 markdown-to-jsx)stringdefault
buttonText按钮文案any'查看源码'
className增加额外的classstring''
style自定义样式object{}
prefixCls样式名前缀stringeui-code