Earlier quoted context omitted.
Yep sliders aren't quite baked yet. Should work on chrome. Thanks for reporting. https://github.com/wiredjs/wired-slider/issues/3
The fact that your designs "don't work" is very disconcerting - given that we've spent 20 years trying to separate function from design. Does this mean that after 20 years that we still don't have a good clean separation?
Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
71–80 of 124 posts
Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#72Earlier quoted context omitted.
Not knocking the design in any way. Just expressing frustration and sadness that you've even have to think about function.
This library is great, although I don't understand your frustration. An interactive mockup library with broken interaction is a bug, no?
It's understandable why it happens here, the browser can't easily provide this design with pure HTML and CSS, so javascript and SVG are likely carrying some of the load, and bugs there are causing problems.
That said, one of the main benefits of separating function and design is that this stuff isn't supposed to happen, or be much more rare at least, so it is sad that to utilize this we have to introduce those problems again.
Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#73The elements are drawn with enough randomness that no two renderings will be exactly the same — just like two separate hand-drawn shapes. Awesome, but why go through all that trouble if the text is going to be the same? I know typography is another degree or two of complexity, but I think that would make this particular feature complete.
As for the randomness uniqueness, it was a bonus that came out of the algorithms I was using to draw shapes.
Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#74After working on http://roughjs.com/ I thought it would be interesting to create common sketchy UI components that worked like actual controls. Web components seemed liked the obvious tech for that. So, yeah, here's wired-elements.
Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#75Earlier 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.
>These are web components and work fine within React already I tried with a simple CodeSandbox and they are not working for me. ( Unless I'm doing something wrong? ) https://codesandbox.io/s/pp4q7kw9q7
Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#76Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#77Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#78Re: Show HN: Wired-elements – UI web components with a hand drawn, sketchy look
#79This is very cool, but why is it called "Wired"?