Ir para o conteúdo principal
Version: Canary 🚧

📦 tema-live-codeblock

Este tema fornece um componente @theme/CodeBlock que é alimentado por react-live. Você pode ler mais na documentação do editor de código interativo.

npm install --save @docusaurus/theme-live-codeblock

Configuração

docusaurus.config.js
export default {
plugins: ['@docusaurus/theme-live-codeblock'],
themeConfig: {
liveCodeBlock: {
/**
* The position of the live playground, above or under the editor
* Possible values: "top" | "bottom"
*/
playgroundPosition: 'bottom',
},
},
};