lab
lab copied to clipboard
React UI component design tool
No one answers support email to stop billing.. Sorry for doing this here. Next steps is to either have my bank block you or I have to cancel the card...
I have not received a license key email. Further, no one responds to my emails to hello and support addresses. Please advise.
After setting pseudoclasses, should :hover and :active styles be applied within Lab? As far as I can tell, the default styles are applied, but the component (in this case a...
Importing the source file does not work right now, I simple get a syntax error because of `import` statements and `jsx` This also open another feature request which is to...
I'm trying to name a color for our theme with the name "bluegreen" and its blocking me from typing anything after the "u" in "bluegreen". I can force it by...
I've noticed that `babel-plugin-styled-components` does not recognize styled components written without template literals, e.g. ``` styled('button')([], space) ``` rather than ``` styled('button')`${space}` ``` In my case, components generated with lab...
Use case: If there is an error while importing a component, lab shows the error message that React throws. This was the error message that I saw: ``` Invariant Violation:...
When an important error has an error, there is no way to delete that component using the UI until the error is resolved. (modifying `lab.json` file is a workaround that...
It seems like we can't refer to files (e.g. images for backgrounds) using a relative path. The only workaround I found is to use `file://` urls. This does make project...
If there is any context that can not be inferred from the component and its existing configuration settings, it would be nice to have a way to annotate the component....