0.0.5 • Published 2 years ago

github-code-block v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHubCodeBlock

GitHub-style Code Block Component

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

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago