KLogo
displays the Kolibri logo and provides functionality to manipulate it such as setting its dimensions, color scheme, animation, and background.
Shows Kolibri logo.
Shows Kolibri logo with background.
+ +Shows Kolibri logo with rectangular background.
+ +Shows Kolibri logo with loading animation.
+ +Different color schemes can be used - but only with the showBackground prop. Note the transparent lines for the monochrome logos.
+ ++ Color scheme: {{ colorScheme }} +
+
+ You can apply the most common dimensions to the image container via the props size
+ maxSize
+ minSize
+ %, cm, em, ex, ch, in, lh, mm, px, rem, rlh, vh, vw
. If you don't provide a unit, px
will be used by default.
+
Alternative text (altText
) is required for the logo image. When creating it, consider the following:
KLogo
is derived from KImg
's API.
-