0.1.1 • Published 6 years ago

gitbook-plugin-codesandbox v0.1.1

Weekly downloads
7
License
ISC
Repository
-
Last release
6 years ago

gitbook-plugin-codesandbox

Usage

  1. installation
yarn add gitbook-plugin-codesandbox --dev
  1. gitbook config
{
  "plugins": ["codesandbox"]
}
  1. Just write your codesandbox like below
{% codesandbox %}
https://codesandbox.io/embed/5k7kk5n73k?hidenavigation=1&view=preview
{% endcodesandbox %}
  1. Have Fun.