github doczjs/docz v0.7.1

latest releases: v2.4.0, v2.3.3-alpha.0, v2.3.2-alpha.0...
5 years ago

Changelog

🐞  Bug Fixes

  • docz: add wrapper prop on Playground (566aaf8) (Fix #75)
  • docz: sort algorithm off docs and menus (dad83ce) (Fix #143)
  • docz-plugin-css: allow css from node_modules (c21929a) (Fix #160)

Wrapper property on <Playground>

To fix #75, now is possible to add a wrapper property for <Playground>:

import { Playground } from 'docz'

import { Wrapper } from './my-wrapper'
import { Button } from './button'

<Playground wrapper={Wrapper}>
  <Button>Click me</Button>
</Playground>

Don't miss a new docz release

NewReleases is sending notifications on new releases.