-
Book Overview & Buying
-
Table Of Contents
Getting Started with Taipy
By :
Web applications use CSS to style their elements. With Taipy, you don't need CSS to build your apps. We created a mockup with many components without adding any CSS. Taipy provides a default style that's clean and sufficient for starting your applications. Also, some functions we used, such as layout(), create a CSS grid behind the scenes.Eventually, you might want more customization. We'll cover some parameters and tricks to further customize your app and how to add your own CSS code.
Taipy includes a predefined set of classes and CSS code called the Stylekit (https://docs.taipy.io/en/release-4.0/userman/gui/styling/stylekit/) to style your application. You might have noticed that the buttons are orange and the app's background isn't plain white.CSS works by linking HTML elements (through classes, IDs, or tags) with style rules (such as color, size, or font) and their values (e.g., hex codes for color, and numbers...