Bootstrap

From Documentation
Revision as of 07:57, 29 March 2023 by Hawk (talk | contribs)


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:

See the integration example: admin template

Include Bootstrap

To avoid downloading bootstrap manually, it's convenient to include it by WebJars with Maven.

		<dependency>
			<groupId>org.webjars</groupId>
			<artifactId>bootstrap</artifactId>
			<version>4.6.0</version>
		</dependency>



Last Update : 2023/03/29

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.