Atanas Stoyanov
Atanas Stoyanov
a grommet roadmap outline to start the conversation, I can expand on the details when i have some more time. v3 - goal - improve quality and development process. 1....
there are several variations: 1. fontWeight https://github.com/grommet/grommet/blob/d6c3a7f83c9fc3dea641eafac16ac87ba2121890/src/js/themes/base.js#L269 2. weight (that can be numeric or 'bold') https://github.com/grommet/grommet/blob/d6c3a7f83c9fc3dea641eafac16ac87ba2121890/src/js/themes/base.js#L237 3. objects (family, weight) https://github.com/grommet/grommet/blob/d6c3a7f83c9fc3dea641eafac16ac87ba2121890/src/js/themes/base.js#L526 I would propose to standardize on the object format...
can you please replace image links `https://github.com....` with `https://raw.githubusercontent.com...` so external links to the readme would still load the images as raw pngs also possibly replace the alt text when...
Parsing prop tables for typescript project takes a long time. react-docgen-typescript-loader parses all the prop table on every storybook load. However most times the prop tables very rarely change. A...
usage : local button = widgetExt:newButton( { x = xButton, y = yButton, width = buttonsWidth, height = buttonsHeight, labelAlign = “center”, labelAlignY = “center”, shape = { cornerRadius =...