Currently, the set of Nodoku components based on Flowbite include the following elements:
Category | Value |
---|---|
name | flowbite/nav-header |
number of consumable content blocks | 1 |
schema file location | schemas/nodoku-flowbite/schemas/components/nav-header/visual-schema.json |
default theme file location | schemas/nodoku-flowbite/schemas/components/nav-header/default-theme.yml |
client side components | language-switcher, user-account |
Nav-Header is a component presenting a navigation header of a page or a site
This component consumes exactly one content block, and this content block is supposed to have the following attributes
The Nav-Header also can accept two client side components:
Category | Value |
---|---|
name | flowbite/carousel |
number of consumable content blocks | unlimited |
schema file location | schemas/nodoku-flowbite/schemas/components/carousel/visual-schema.json |
optoins schema file location | schemas/nodoku-flowbite/schemas/components/carousel/options-schema.json |
default theme file location | schemas/nodoku-flowbite/schemas/components/carousel/default-theme.yml |
client side components | none |
Flowbite Carousel is an element that presents the content as changing slides.
It supports the following sliding directions:
This component can consume any number of content blocks, each content block defining a single slide.
You can customize the appearance of each slide, including background color and background image using the themes customization option, as follows:
- row:
components:
- flowbite/carousel:
themes:
- bgColorStyle:
decoration: text-center dark:bg-red-700 bg-red-300 p-5
- bgColorStyle:
decoration: text-center dark:bg-orange-700 bg-orange-300 p-5
- bgColorStyle:
decoration: text-center dark:bg-cyan-700 bg-cyan-300 p-5
selector:
attributes:
sectionName: components-flowbite-carousel-showcase
Category | Value |
---|---|
name | flowbite/jumbotron |
number of consumable content blocks | 1 |
schema file location | schemas/nodoku-flowbite/schemas/components/jumbotron/visual-schema.json |
default theme file location | schemas/nodoku-flowbite/schemas/components/jumbotron/default-theme.yml |
client side components | none |
Jumbotron first paragraph
Jumbotron second paragraph
Jumbotron third paragraph
Category | Value |
---|---|
name | flowbite/card |
number of consumable content blocks | 1 |
schema file location | schemas/nodoku-flowbite/schemas/components/card/visual-schema.json |
default theme file location | schemas/nodoku-flowbite/schemas/components/card/default-theme.yml |
client side components | none |
Each card represents exactly one content block.
The content block must have one image included, as this is the image that is used to display on the card.
If the image provider, supplied to the RenderingPage, supports displaying icons, instead of an image one can specify an icon, encoded as follows:

Category | Value |
---|---|
name | flowbite/horizontal-card |
number of consumable content blocks | 1 |
schema file location | schemas/nodoku-flowbite/schemas/components/horizontal-card/visual-schema.json |
default theme file location | schemas/nodoku-flowbite/schemas/components/horizontal-card/default-theme.yml |
client side components | none |
Each card represents exactly one content block.
The content block must have one image included, as this is the image that is used to display on the card.
If the image provider, supplied to the RenderingPage, supports displaying icons, instead of an image one can specify an icon, encoded as follows:

Card 1 first paragraph
Card 1 second paragraph
Card 1 third paragraph
Card 2 first paragraph
Card 2 second paragraph
Card 2 third paragraph
Card 3 first paragraph
Card 3 second paragraph
Card 3 third paragraph
This site uses the following components from third party creative contributions:
Font Awesome 6 - https://fontawesome.com/ License: CC BY 4.0 License https://creativecommons.org/licenses/by/4.0/
Heroicons - https://github.com/tailwindlabs/heroicons License: MIT https://opensource.org/licenses/MIT
Material Design icons - http://google.github.io/material-design-icons/ License: Apache License Version 2.0 https://github.com/google/material-design-icons/blob/master/LICENSE