@bebeal/terminal
v0.3.1
Published
A rehype plugin for rendering code terminals in place of code blocks.
Readme
@bebeal/terminal
A terminal component for React.
Installation
npm install @bebeal/terminalUsage
import { Terminal } from '@bebeal/terminal'
<Terminal language="python" title="Python.">
print("Hello, world!")
</Terminal>