github doczjs/docz v0.5.6

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

Changelog

🐞  Bug Fixes

  • docz: add theme config transform before merge (dc3448a)
  • docz-theme-default: sidebar search (8fd77ec)

🚀  Features

  • docz: add classname and style props for Playground (1b64ed3)
  • docz-core: add webpack-serve-waitpage (83c493b)

Playground with style

Now you able to add className or style properties on Playground component like that:

import { Playground } from 'docz'
import { Button } from './Button'

<Playground className="some-class">
  <Button>Click me</Button>
</Playground>

Don't miss a new docz release

NewReleases is sending notifications on new releases.