meteor-mantra-kickstarter
meteor-mantra-kickstarter copied to clipboard
Where the bootstrap components coming from?
Where did you obtained the boostrap components for the Flatly theme?
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
Sorry, I meant: If they were obtained from somewhere else or written for this app?
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
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. :)
Im currently replacing it with twbs:bootstrap and react-bootstrap. Any pros and cons ?