Bootstrap"
From Documentation
Line 7: | Line 7: | ||
* Style a page with [https://getbootstrap.com/docs/4.6/utilities/borders/ utility CSS classes] | * Style a page with [https://getbootstrap.com/docs/4.6/utilities/borders/ utility CSS classes] | ||
− | See the integration example: [https://github.com/zkoss-demo/admin-template admin | + | See the integration example: [https://github.com/zkoss-demo/admin-template admin template] |
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 04:19, 29 March 2023
Bootstrap is a very popular front-end framework for building responsive, mobile-first sites. It can be a good companion for ZK with the following usages:
- Layout a page with the responsive grid system
- Style a page with utility CSS classes
See the integration example: admin template