Bootstrap"
From Documentation
(Created page with "{{ZKDevelopersReferencePageHeader}} =Overview= [https://getbootstrap.com/docs/4.6/getting-started/introduction/ Bootstrap] is the world’s most popular front-end framework f...") |
|||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
− | |||
− | |||
− | See the integration example: [https://github.com/zkoss-demo/admin-template | + | [https://getbootstrap.com/docs/4.6/getting-started/introduction/ 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 [https://getbootstrap.com/docs/4.6/layout/grid/ the responsive grid system] | ||
+ | * 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 Template] | ||
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 11:54, 25 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