-
Updated
Jan 8, 2021 - JavaScript
styleguide
Here are 766 public repositories matching this topic...
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 23, 2021 - HTML
-
Updated
Jan 22, 2021 - SCSS
Current behavior
I think there's a mismatch of environment variables being read by babel (JSX config) and Styleguidist, causing some issues deeper down.
(I've noticed this was raised before but was closed)
- build.js sets the env to be
productionhere: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Jan 8, 2021 - Python
-
Updated
Dec 21, 2020
-
Updated
Dec 22, 2020 - Elixir
-
Updated
Sep 20, 2020
-
Updated
Jul 8, 2019
-
Updated
May 31, 2019
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Oct 10, 2020 - HTML
-
Updated
Nov 12, 2020
-
Updated
Jan 10, 2021
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Dec 11, 2020 - JavaScript
Bug report
What's wrong
The following code raises the error:
147:5 WPS434 Found reassigning variable to itself: MyEnum
MyEnum = MyEnum
class MyEnum(enum.Enum):
ENUM_ELEMENT = 0
class ContainingClass():
MyEnum = MyEnum
def __init__():
...How it should be
This should not give an error, as the first MyEnum is
-
Updated
Jan 18, 2021 - HTML
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Markdown
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Aug 28, 2020 - HTML
-
Updated
Oct 7, 2018 - Ruby
Improve this page
Add a description, image, and links to the styleguide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the styleguide topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: