mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-07 06:07:42 +02:00
* docs reorg * refactor docs/markdown features section * fix broken links after docs refactor
11 lines
430 B
Markdown
11 lines
430 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](../../guides/markdown-features/markdown-features-code-blocks.mdx#interactive-code-editor) documentation.
|
|
|
|
```bash npm2yarn
|
|
npm install --save @docusaurus/theme-live-codeblock
|
|
```
|