Mahmood Ramezani

Results 9 comments of Mahmood Ramezani

Alright, we only need to add "show" class to the elements in src/app/ui-elements/cards/tabs/(basic-tabs.hbs | pill-tabs.hbs):26 `` worked for me!

Thanks for your comment. I think both of them are correct and the class name that you mentioned is the customized version of bootstrap. It has the styling that matches...

Download a copy of files in your computer and extract the contents of the zip file. Make sure that you have [node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed on your computer Open a...

Yes, you can use those files in combination with any technologies that supports HTML, CSS, and JavaScript! I don't personally have any experience developing python web applications, but I assume...

Follow the steps here #101 and upload the contents of "dist" folder on your server and you should be good to go!

Note: If you don't want to re-build the project, you may just clone this branch directly `https://github.com/modularcode/modular-admin-html/tree/gh-pages`

I would also like to help with that.

If you are looking for bootstrap library in the output folder ("dist") you won't be able to find it. There are some modules that merge all the css files into...

Go to the following location `src/_common/logo/logo.hbs` It is basically a chunk of html that you can change to match your website requirements. Then if you run `npm run-script build` You...