0.0.15 • Published 4 years ago

@reaf-toolkit/code-view v0.0.15

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@reaf-toolkit/code-view

code view

Installation

Using npm:

$ npm i -g npm
$ npm i --save @reaf-toolkit/code-view

Using yarn:

$ yarn add @reaf-toolkit/code-view

Usage

import CodeView from '@reaf-toolkit/code-view'
import '@reaf-toolkit/code-view/dist/index.css'

const App = () => {
  return (
    <div className="container">
      <CodeView
        showCode
        theme="dark"
        dependencies={{
          Button,
        }}
        source={require('./article.md')}
      />
    </div>
  )
}

export default App
0.0.15

4 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago