-
Idea: have a catalog of all the components in a project:
like https://github.com/sapegin/react-styleguidist but for vue :)
-
## Proposal
Add component-playgound for `forest` (like [Storybook](https://storybook.js.org), [React Styleguidist](https://react-styleguidist.js.org) or [React Cosmos](https://reactcosmos.org)) or …
-
## Objective
This is a biggie, but the core of this issue is: _Make styleguidist fast._
## The Problem
[Semantic UI Components](http://hallister.github.io/semantic-react/) is a superb example…
-
Are there any plans to add a way for `react-styleguidist` to have more interactive style "knobs" or form elements for the component's prop types. This is something I've seen on many other pattern libr…
-
The new `pagePerSection` config in [React Styleguidist 6.5](https://github.com/styleguidist/react-styleguidist/releases/tag/v6.5.0) disables isolated mode. This means scraping fails as it uses the iso…
-
Create styleguide that outlines site components
Example: https://hugeinc.github.io/styleguide/
-
Use JSDoc, TSDoc or some sort of documentation method for hooks, components, etc.
Also, Use ESLint to force write documentation.
-
```
"react-styleguidist": "^6.2.5",
"react-docgen-typescript": "^1.2.3",
```
using
```typescript
export interface RoleProps {
/**
* @ignore
*/
css?: M.Styling.…
-
Style-guide driven development using tools like [Storybook] or Styleguidist is a very relevant area to a component framework like React.
[date-fns] is a popular alternative to Moment that's more li…
-
Originally reported in https://github.com/sapegin/react-styleguidist/issues/13#issuecomment-146868948.
I use an expression in `React.PropTypes.oneOf(...)`. This is the output from `react-docgen`:
``…