Component Library from Rowtype Yoga
Go to file
2023-04-25 09:03:58 +02:00
.github/workflows Visible at the beginning 2020-12-13 13:02:48 +01:00
.idea Make select properly controlled 2023-04-25 09:03:58 +02:00
.storybook Improvements 2022-12-04 11:09:18 +01:00
.vscode rip (#4) 2022-11-25 13:38:19 +01:00
assets rip (#4) 2022-11-25 13:38:19 +01:00
src Make select properly controlled 2023-04-25 09:03:58 +02:00
stories/Story/Yoga/Block Fix icon call sites 2023-03-10 10:06:52 +01:00
test Fix toValue in select 2023-04-19 16:51:49 +02:00
.gitignore Initial commit 2020-08-06 21:49:43 +02:00
.tidyrc.json rip (#4) 2022-11-25 13:38:19 +01:00
convert-more.fish Popover work 2020-12-24 10:50:57 +01:00
convert-svgs.js Input work 2020-12-20 23:44:24 +01:00
index.dev.js Initial commit 2020-08-06 21:49:43 +02:00
index.prod.js Initial commit 2020-08-06 21:49:43 +02:00
LICENCE Initial commit 2020-08-06 21:49:43 +02:00
package-lock.json Make container grow to body and html 2023-02-02 14:22:45 +01:00
package.json Make container grow to body and html 2023-02-02 14:22:45 +01:00
packages.dhall Improvements 2022-12-04 11:09:18 +01:00
README.md Updates 2022-10-26 12:43:13 +02:00
spago.dhall Drop dependency on foreign-generic 2022-11-27 16:06:14 +01:00
stories.dhall rip (#4) 2022-11-25 13:38:19 +01:00
webpack.common.js Update framer motion 2021-12-11 18:27:48 +01:00
webpack.dev.js Initial commit 2020-08-06 21:49:43 +02:00
webpack.prod.js Initial commit 2020-08-06 21:49:43 +02:00
yarn-error.log rip (#4) 2022-11-25 13:38:19 +01:00
yarn.lock Make container grow to body and html 2023-02-02 14:22:45 +01:00

PureScript Yoga Blocks

Ring the bells that still can ring
Forget your perfect offering
There is a crack in everything
That's how the light gets in — Leonard Cohen, Anthem

Digital User Interfaces

Producing information

  • Familiar
  • Intuitive
  • Quick
  • Clear (not confusing)

Creating and changing information

  • Familiar
  • Intuitive

Adding new icons

Place the svg in `src/Yoga/Blocks/Icon/SVG

fish convert-more.fish

You can usually delete the first empty fill Make sure that fill is var(--stroke-colour) (check some other icons if unsure)

Add a reexport in: module Yoga.Block.Icon.SVG