I've was testing the react-sketchapp which looks pretty neat so far.
Besides rendering the default sketch elements like Text,View,Image and so on, would it be possible to render a default react component containing HTML-Markup styled with scss?
I…
We're trying to create a common UI component library for both our designers and developers with React. In other words - we want to render our component library to both react-dom and react-sketchapp.
We would love to specify the structure once, the…
I'm setting up react-sketchapp using the basic-setup-typescript example.
The example application is not compiling due to an type error related to styling.
It looks like Text and View components with the fontweight css rule in style definition…
I've been working on a PoC monorepo for a designsystem where I've tried to render components to sketch using react primitives + react sketchapp. I'm using Lerna in combination with yarn workspaces for managing dependecies for the different packages…
Maybe someone could help out a react-sketchapp beginner here.
Working off of the great examples Symbols and Styleguide code base, I've been able to start my own styleguide to use at work.
My question is, how do I get the text, once rendered in…
Im wondering if anyone knows how to create a chart (with fake data to use as a symbol) with this tool.
maybe a starting point would be something like:
class Chart extends Component {
componentDidMount() {
new highcharts.Chart({
…
I am looking for a work around to this React-SketchApp bug.
At time of posting this, my solution was to use flexbox on text that's not nested and give it the appearance that it's nested.
This is a word…
I've been playing a little with react-sketchapp, trying to understand its capabilities. I love the idea that basic components can be captured in code and dropped into Sketch for further editing...but as I look through the docs and examples, I'm not…