- 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.
- Spring Boot 2實戰之旅
- 零基礎玩轉區塊鏈
- Vue.js前端開發基礎與項目實戰
- 程序員數學:用Python學透線性代數和微積分
- Effective Python Penetration Testing
- Getting Started with SQL Server 2012 Cube Development
- Visual Basic程序設計實驗指導(第4版)
- Python編程與幾何圖形
- 編程菜鳥學Python數據分析
- Node Cookbook(Second Edition)
- Visual Foxpro 9.0數據庫程序設計教程
- Quantum Computing and Blockchain in Business
- JSP程序設計實例教程(第2版)
- PhoneGap 4 Mobile Application Development Cookbook
- 微前端設計與實現