1.0.3 • Published 3 years ago

codeshow-codemirror-react v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Getting Started

This npm includes: codemirror and diff-match-patch(no need to install) 本依赖作为二次封装,包含以下两个依赖 codemirror and diff-match-patch(无需安装)

npm i codeshow-codemirror-react

Example

import Clcm from 'codeshow-codemirror-react';
import 'codeshow-codemirror-react/dist/clcm.css';

function App() {
  return (
    <div>
      <Clcm code='你好'/> //code必填, string
    </div>
  );
}

export default App;
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago