Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-29 Thread Andy Dwelly
Thanks: works perfectly. The minimum html is (more or less): https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"; rel="stylesheet" type="text/css" class="style" /> http://fb.me/react-0.11.1.js";> goog.requ

Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-28 Thread Sam Ritchie
Hey Andy, All you should need is the usual Om project layout, similar to the index.html you mentioned, plus this line in your project's header to include the Bootstrap CSS that Om-Bootstrap uses: href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"; rel="stylesheet" t

Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-28 Thread Andy Dwelly
I've got a working knowledge of Clojure and I'm trying to extend my reach into Clojurescript, om, and bootstrap as I want the resulting website to look reasonable. I've worked my way through the om tutorials and I have a simple plain om example of my own which doesn't use bootstrap. Apart from

Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-28 Thread henry w
ok thanks. makes sense to me. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from

Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-27 Thread Sam Ritchie
Hey Henry, I started the project because I wanted to write schemas (using Prismatic's schema library) for all of the react-bootstrap components; I ended up doing this rewrite because I wanted to leverage the huge performance gains Om can get over straight-up React due to Clojure's immutable d

Re: [ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-27 Thread henry w
Hi Sam, total noob question coming up (just got started with om beginner tutorial). React components can be used from om apparently (not that i have seen an example of this). So, why is there a need for this library? Is it providing boilerplate around react-bootstrap or doing something more? T

[ANN] om-bootstrap 0.2.5 - Bootstrap 3 components in Om

2014-08-24 Thread Sam Ritchie
Hey all, I wanted to share a library I've been putting together for writing Bootstrap 3 components in Om. It's called, creatively, Om-Bootstrap. Here's the git repository: https://github.com/racehub/om-bootstrap Version 0.2.5 is on Clojars : [racehub