- Angular UI Development with PrimeNG
- Sudheer Jonna Oleg Varaksin
- 216字
- 2021-07-15 17:33:00
ThemeRoller approach
To gain first-hand experience of the ThemeRoller online visual tool, go to the ThemeRoller home page, explore the available theme's gallery, and play with the CSS properties to see changes for widgets embedded on the page. All CSS changes will be applied on the fly.

We have to select one of the existing themes (the Gallery tab) and edit it (the Roll Your Own tab). A click on the Download theme button accomplishes the work.
Next, we need to migrate the downloaded theme files from ThemeRoller to the PrimeNG theme infrastructure. The migration steps are straightforward:
- The theme package that we have downloaded will have a CSS file jquery-ui.theme.css (as well as minified variant) and the images folder. Extract the package and rename the CSS file as theme.css.
- In your web application, create a folder with the name of the new theme, for example, src/assets/themes/crazy.
- Copy theme.css and the images folder into src/assets/themes/crazy.
After you are done with these steps, you can create a link to the theme.css in the index.html file:
<link rel="stylesheet" type="text/css"
href="src/assets/themes/crazy/theme.css"/>
This was the easiest way to create your custom themes without requiring knowledge of CSS.
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- HTML5游戲開發(fā)案例教程
- HTML5從入門到精通 (第2版)
- Python Essentials
- Regression Analysis with Python
- Arduino可穿戴設(shè)備開發(fā)
- 分布式數(shù)據(jù)庫原理、架構(gòu)與實(shí)踐
- 石墨烯改性塑料
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Python 快速入門(第3版)
- JavaScript前端開發(fā)基礎(chǔ)教程
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Splunk Developer's Guide(Second Edition)
- Mastering High Performance with Kotlin