Beginning from Webix 6.1, Kanban supports all 5 skins:
Material is the default skin.
Mini is the compact version of Material skin.
You can set this skin like this:
<link rel="stylesheet" type="text/css" href="../../codebase/skins/mini.css">
This is the default skin of Kanban before version 6.0.
You can set this skin like:
<link rel="stylesheet" type="text/css" href="../../codebase/skins/flat.css">
This is the compact version of Flat skin.
You can set this skin like:
<link rel="stylesheet" type="text/css" href="../../codebase/skins/compact.css">
This is the dark contrast skin.
You can set the skin like this:
<link rel="stylesheet" type="text/css" href="../../codebase/skins/contrast.css">
Back to top