Live data from Hacker News

Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

wiredjs.com

91–100 of 124 posts

Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

#94
post #63

Looks nice, but I have a bug: The sliders don't work properly, when trying to move them they will always start back at 0. (I'm using Firefox 60).

Also on Firefox (in Debian). It's not exactly that the slider starts at zero. It's that, when you grab it, the starting position becomes a pointer offset. You can set it wherever you like, accounting for the offset. It reminds me of capture failure in VMs.

Slider is fixed now.

Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

#96
That's brilliant! One suggestion I have is to prevent rerendering when changing states, e.g. when checking a checkbox, draw a checkmark without changing the shape of the actual box it's in, or when selecting a dropdown item, to not change the edges of the dropdown even if the label displayed in it changes. Probably a lot more work though :)

Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

#97
post #42

Earlier quoted context omitted.

These are web components and work fine within React already. We shouldn't need to port every interesting UI component to every single framework anymore.

i know and it was more just an exercise for myself. polymer and react interop still isnt very nice as far as i can tell. calm down :)

Those elements don't use polymer, they use lit-element - it is from polymer team and uses one polymer mixin, but its not polymer base element.

Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

#99
post #98

Reminds me of back when people used to make hand-drawn controls in Adobe Flash! Good memories. Nice work.

Flash was a wonderful era for the web. It's sad that nothing equivalent ever really came along to replace it.

Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look

#100
post #93
post #39

Earlier quoted context omitted.

Same on Safari iOS

Slider is fixed now.

There are still minor issues. The roughness slider disappeared when I slid it all the way to the right (on Firefox 60).

But good work anyway, the results are really nice!

Post reply on HN