wired-elements
wired-elements copied to clipboard
List Item bullets drawn
It would be very cool to have a web components like
<wired-unordered-list>
<wired-list-item>Item 1</wired-list-item>
<wired-list-item>Item 2</wired-list-item>
<wired-list-item>Item 2</wired-list-item>
</wired-unordered-list>
Which would generate a list, but the bullets would be rough drawn.
@drobati can i work on this
I did something to make them here https://blog.robati.com/
https://github.com/drobati/wireframe-blog/blob/main/_layouts/default.html#L81 I didn't use webcomponents just the rough js lib.