github-code-block

0.0.5 • Public • Published

GitHubCodeBlock

GitHub-style Code Block Component

NPM version

Install

npm install github-code-block

Or

<!-- css -->
<link rel="stylesheet" href="https://unpkg.com/github-code-block/dist/style.css">
<!-- js -->
<script src="https://unpkg.com/github-code-block/dist/index.umd.js"></script>

Use GitHubCodeBlock

import GitHubCodeBlock from 'github-code-block'
import 'github-code-block/style'

function HelloWorldCodeBlock(props) {
    return (
        <GitHubCodeBlock code="echo 'hello world'" codeClassName="language-sh"/>
    )
}

See Sample

Readme

Keywords

none

Package Sidebar

Install

npm i github-code-block

Weekly Downloads

5

Version

0.0.5

License

MIT

Unpacked Size

12.9 kB

Total Files

5

Last publish

Collaborators

  • cbdyzj