github styleguidist/react-styleguidist v7.2.0

latest releases: v13.1.2, v13.1.1, v13.1.0...
5 years ago

👋 Support Styleguidist on Open Collective 👋

New features

Custom component display names

Use @visibleName JSDoc tag to define component names that are used in the Styleguidist UI:

/**
 * The only true button.
 *
 * @visibleName The Best Button Ever 🐙
 */
class Button extends React.Component {

(#933 by @glebez)

Configurable app mounting point element ID

With the new mountPointId config option.

(#1050 by @manatok)

Don't miss a new react-styleguidist release

NewReleases is sending notifications on new releases.