react-styleguidist icon indicating copy to clipboard operation
react-styleguidist copied to clipboard

Isolated React component development environment with a living style guide

Results 200 react-styleguidist issues
Sort by recently updated
recently updated
newest added

Right now we only have unit test and [very simple test](https://github.com/styleguidist/react-styleguidist/blob/master/test/browser.js) that check bundles for JS errors in headless Chrome. But we don’t know that Styleguidist is actually usable. [Cypress](https://www.cypress.io/)...

help wanted
technical debt
good first issue

**The problem** The upcoming version of react-docgen will no longer support the require statement, as it is now completely written as an ESM (ECMAScript Modules) package. We need support to...

**Current behavior** The JSDoc website has changed domains - and so all of the links on the "[Documenting components](https://react-styleguidist.js.org/docs/documenting/)" page are now broken **To reproduce** As an example, click on...

This PR updates all links back to the JSDoc website (after changes to the domain on their end). I also took the opportunity to clean up one piece (`@see` and...

This PR implements static rendering of the styleguide when building for production. 🚧🚧🚧 Please don't merge yet. Still WIP!!! 🚧🚧🚧

enhancement

Thank you for the awesome library , I could generate documentation for all the components . If i have different versions for my react library , How to manage it...

Removed the example as it currently uses Storybook, not react-styleguidist.

**Current behavior** Broken support React 17 in v13.1.0 **To reproduce** https://github.com/VKCOM/VKUI/pull/4225 ``` Building style guide... FAIL Failed to compile Module not found: Error: Can't resolve 'react-dom/client' in '/home/runner/work/VKUI/VKUI/node_modules/react-styleguidist/lib/client' Module not...

When upgrading to the beta I got this error: ``` ./docs_helpers/DocsWrapper.js Module not found: Can't resolve 'react-styleguidist/lib/rsg-components/StyleGuide/StyleGuideRenderer' ``` When I change the path to `react-styleguidist/lib/client/rgs-components...` it compiled. Since these module...

help wanted
documentation
good first issue