thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

Add config to navbar and textarea #42

Closed jamartin9 closed 10 months ago

jamartin9 commented 1 year ago

Add navmenu classes to navbar.

Wrap textarea in a sized control for is-loading as per: https://bulma.io/documentation/form/textarea/#states

Remove .into_iter() from src/form/file.rs and src/form/select.rs per clippy.

If any issues should be addressed or a different approach used please let me know.

Feel free to close this PR if it is unwanted.