max-mapper / yo-yo

A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals
1.33k stars 65 forks source link

introducing: yoyo-bootstrap #19

Open SilentCicero opened 8 years ago

SilentCicero commented 8 years ago

For me, it's not a UI framework until there is a Bootstrap version of it =D. Now we have that for yo-yo !

Repo: https://github.com/SilentCicero/yoyo-bootstrap

NPM

npm install --save-dev yoyo-bootstrap

Still working out the kinks here and there, but its almost complete.

So less is required in your build environment, but that is really the bootstrap way. Essentially all the bootstrap components you need with LESS requires baked into each module. Also, you can customize the less this way in your node_modules/less/bootstrap/ folder.

would love to get thoughts.

shama commented 8 years ago

Hahah nice work! I'm looking forward to try it out!

SilentCicero commented 8 years ago

@shama dude, it's been so easy. Also, I hear you have met/may know Aaron @kumavis and Dan Finay. You know my crew.

kumavis commented 8 years ago

Dan Finlay = @flyswatter

yeah nodeconf + voxel.js!

danfinlay commented 8 years ago

Such a small world, I love it.

nichoth commented 8 years ago

@SilentCicero Cool. If you have any open source projects that consume the yo bootstrap, I would enjoy seeing examples.

shama commented 8 years ago

Ha, yeah! That is funny. 👋 Aaron and Dan!

SilentCicero commented 8 years ago

@nichoth I'm making an almighty boilerplate =D Will have that soon.

SilentCicero commented 8 years ago

note.. just added LESS customization: https://github.com/SilentCicero/yoyo-bootstrap#customizing-lessbootstrap

everything is modular. everything is properly customizable