Page 1 of 1

How to include a premium theme (ULTIMA) in an existing project?

Posted: 10 Oct 2019, 05:28
by osmarrsouza
Hi,

How to include the Ultima theme in an existing project?

I can't use the base that comes with the theme, based on create-react-app.

Thanks

Re: How to include a premium theme (ULTIMA) in an existing project?

Posted: 03 Mar 2020, 23:57
by tomasklima
Hi,

did you figure out how to do it? I paid premium theme for our project and only what we've got is ready-made project. We can not use it, just need to implement paid theme to our project (based on cerate-react-app too).

Tomas

Re: How to include a premium theme (ULTIMA) in an existing project?

Posted: 06 Apr 2020, 13:13
by merve7
Hi,
To setup Ultima in an existing project;
-copy the public/assets folder to your projects folder with the same name
-replace the contents of App.js with their counterparts in Ultima under src folder.
-Install PrimeReact

Code: Select all

npm install primereact --save
-Add PrimeReact CSS

Code: Select all

import 'primereact/resources/primereact.min.css';
-Last part is adding theme and layout css files, in the CLI app they are defined using link tags in index.html

Re: How to include a premium theme (ULTIMA) in an existing project?

Posted: 07 Apr 2020, 10:10
by tomasklima
Unfortunately, this method is not valid for TypeScript coded project...

Re: How to include a premium theme (ULTIMA) in an existing project?

Posted: 24 Apr 2020, 10:15
by merve7
It is in our roadmap, we will add typescript support for Ultima as soon as.

Re: How to include a premium theme (ULTIMA) in an existing project?

Posted: 31 Mar 2021, 00:59
by lukevinicius
merve7 wrote:
24 Apr 2020, 10:15
It is in our roadmap, we will add typescript support for Ultima as soon as.

Very cool... I hope it comes soon...