trunk icon indicating copy to clipboard operation
trunk copied to clipboard

Add bootstrap example for styling solutions

Open bunnyBites opened this issue 2 years ago • 4 comments

  1. This example includes a basic login page styled using Bootstrap 5.
  2. This example also covers code reusability using props (struct).

example-yew-bootstrap

bunnyBites avatar Oct 31 '23 18:10 bunnyBites

I think this is a valuable tutorial. I am just not sure it needs to go into the main trunk repository. Unless I missed something that it does with trunk differently.

It looks more like a Yew + Bootstrap quickstart. Maybe a better home for this is yew?

ctron avatar Dec 13 '23 10:12 ctron

I think this is a valuable tutorial. I am just not sure it needs to go into the main trunk repository. Unless I missed something that it does with trunk differently.

It looks more like a Yew + Bootstrap quickstart. Maybe a better home for this is yew?

Yeah, I wonder why I did it in this crate. I think the documentation part of that file is present in this crate as that of the tailwind example. So I have included here😅. Please correct me if I'm wrong.

bunnyBites avatar Dec 28 '23 04:12 bunnyBites

Well, for tailwind there is some support required from trunk. But bootstrap if pretty straight forward "vanilla".

ctron avatar Jan 08 '24 09:01 ctron