rough-stuff / wired-elements

Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
https://wiredjs.com
MIT License
10.44k stars 329 forks source link

List Item bullets drawn #196

Open drobati opened 7 months ago

drobati commented 7 months ago

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.