12 lines
387 B
Markdown
12 lines
387 B
Markdown
---
|
|
id: theme-live-codeblock
|
|
title: '📦 theme-live-codeblock'
|
|
slug: '/api/themes/@docusaurus/theme-live-codeblock'
|
|
---
|
|
|
|
This theme provides a `@theme/CodeBlock` component that is powered by react-live. You can read more on [interactive code editor](markdown-features.mdx#interactive-code-editor) documentation.
|
|
|
|
```bash npm2yarn
|
|
npm install --save @docusaurus/theme-live-codeblock
|
|
```
|