Hi,
I just want to share a small network tools application that uses custom html inside Anvil with Pico CSS framework.
Although using custom html might be a bit outside of the scope i really liked Pico’s approach of being a classless css framework. Meaning the plain html tags gets styled without writing any custom css.
Eg just by adding the <button>button</button> html tag it gets styled by default.

I have tried to keep the amount of custom CSS to a minimum. The CSS that is included is only there to ensure Pico CSS renders well inside an Anvil app ![]()
You can try out the app using the live link below.
Also, if you clone the app and want to change the color scheme you can just replace the cdn import in Native libraries with the cdn from the version picker link below.
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.pumpkin.min.css"
>
Live link:
Pico css:
Pico css version picker:
Clone link:

