mantrajs / meteor-mantra-kickstarter

Kickstart your meteor mantra development
MIT License
184 stars 50 forks source link

Where the bootstrap components coming from? #11

Open PolGuixe opened 8 years ago

PolGuixe commented 8 years ago

Where did you obtained the boostrap components for the Flatly theme?

dvzrd commented 8 years ago

The bootstrap files are in the flatly directory inside modules:

https://github.com/mantrajs/meteor-mantra-kickstarter/tree/mantra-modules-experiment-02/client/modules/_flatly

PolGuixe commented 8 years ago

Sorry, I meant: If they were obtained from somewhere else or written for this app?

makstr commented 8 years ago

Hi it's a flatly stylesheet from https://bootswatch.com/flatly/. I will push an update over the weekend and will add a link with license information

PolGuixe commented 8 years ago

These ones https://github.com/mantrajs/meteor-mantra-kickstarter/tree/mantra-modules-experiment-02/client/modules/_flatly/components were written for this app I guess not obtained from any other place. I am just trying to find a place with Boostrap translated component to JSX. :)

philohelp commented 8 years ago

Im currently replacing it with twbs:bootstrap and react-bootstrap. Any pros and cons ?