Bootstrap Visual Designer Index
Build responsive, mobile-first sites with Bootstrap—the world’s most popular front-end framework—directly in Wappler’s visual tools. Layout & Structure Layout:
Bootstrap
Section titled “Bootstrap”Build Bootstrap pages in Wappler: add the framework, use the grid, drop components, and style with utilities and generators.
Bootstrap
Section titled “Bootstrap”Choose a Bootstrap guide to start. Most guides are hands-on and will insert real components using the normal UI workflow.
Bootstrap Quick Overview
Section titled “Bootstrap Quick Overview”Quick overview of Bootstrap in Wappler: add the framework, use the grid, drop components, and style with utilities.
Getting oriented
Section titled “Getting oriented”You’re looking at a simple Bootstrap layout so you can explore structure and Properties without distractions.
Layout example
Section titled “Layout example”A layout is loaded so we can focus on how Wappler represents Bootstrap structures.
tip: If something is hard to click in the canvas, use App Structure to jump to the exact element.
How to follow along
Section titled “How to follow along”This tour uses App Structure selection and the Components picker. Keep these panels visible so you always know what will be inserted where.
tip: If a step feels “off”, click the intended node in App Structure first, then retry the insert.
Bootstrap in Wappler
Section titled “Bootstrap in Wappler”Bootstrap is a popular front-end framework for responsive, mobile-first websites. In Wappler you insert Bootstrap components visually and configure them in Properties (no manual markup required for most tasks).
What You’ll Do
Section titled “What You’ll Do”This quick overview inserts a single Bootstrap Container using the same UI path you use every day (App Structure → right-click → Insert Child → Components Panel).
tip: Keep the App Structure panel visible during inserts; it makes selection and placement predictable.
Orient yourself in top toolbar
Section titled “Orient yourself in top toolbar”Start with the wider context in the top toolbar so the next control makes sense in the full workflow. In the next step, you will focus on Make Sure Bootstrap Is Enabled and see how it fits into this area.
Make Sure Bootstrap Is Enabled
Section titled “Make Sure Bootstrap Is Enabled”If you don’t see Bootstrap components in the Components Panel, enable Bootstrap for your project/page first (Frameworks).
important: If Bootstrap isn’t enabled, searches like “Container” may show different (non-Bootstrap) results.
Grid System (Container → Row → Columns)
Section titled “Grid System (Container → Row → Columns)”Bootstrap uses a 12-column grid system. Layouts are typically built with a Container that holds Rows, and Rows that hold Columns.
App Root
Section titled “App Root”The App Root is a stable insert location (it’s always present, so the tour won’t depend on what you already have on the page).
tip: After insertion, the new element is auto-selected in Structure. Follow-up inserts should use the current selection to avoid drifting into existing layout.
Insert Child picker
Section titled “Insert Child picker”Insert Child opens the Components picker for adding a child under the current selection. This step matters because Insert Child picker is part of the Structure panel, and understanding that context makes the next action easier to repeat in your own project.
Components search
Section titled “Components search”The Components search filters the list so you can quickly find what you want to insert. This step matters because Components search is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
tip: If multiple results appear, choose the one under “Bootstrap”.
Insert Container
Section titled “Insert Container”A Bootstrap Container is a common starting point for layout. This step matters because Insert Container is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
Container Inserted
Section titled “Container Inserted”You now have a real starting point for Bootstrap layouts. Next you can add a Row and Columns inside it (see the “Layout” tour).
tip: Tip: use Rows for horizontal structure; use spacing utilities (gap/margin/padding) for fine tuning.
Conclusion
Section titled “Conclusion”You now know the core insertion workflow (Structure → Insert Child → Components picker). Next, build a full grid (container → row → columns) and start adding real components.
Before you continue
Section titled “Before you continue”You now know the core insertion workflow (Structure → Insert Child → Components picker).
Next, build a full grid (container → row → columns) and start adding real components.
tip: Tip: if the wrong component appears, clear search and pick the Bootstrap category explicitly.
Pick Your Next Tour
Section titled “Pick Your Next Tour”Select a tour to continue.
Bootstrap
Section titled “Bootstrap”Build Bootstrap pages in Wappler: add the framework, use the grid, drop components, and style with utilities and generators.
Bootstrap
Section titled “Bootstrap”Choose a Bootstrap guide to start. Most guides are hands-on and will insert real components using the normal UI workflow.
Getting started
Section titled “Getting started”Enable Bootstrap in a Wappler project and get oriented: frameworks, templates, and where components and utilities come from.
Getting started
Section titled “Getting started”Start here to enable Bootstrap in your project and learn the Wappler workflow for inserting and configuring components.
Utilities (common properties)
Section titled “Utilities (common properties)”Use Bootstrap utilities to quickly style layout and UI: spacing, colors, borders, text, and display/flex helpers.
Utilities (common properties)
Section titled “Utilities (common properties)”Many Bootstrap elements share the same generic Properties groups in Wappler, like Appearance, Spacing, Border, Display, and Flex. Learn these once and reuse them everywhere.
Components
Section titled “Components”Browse Bootstrap components in Wappler and jump into focused tours for each component type.
Components
Section titled “Components”Bootstrap components are UI building blocks (buttons, alerts, navigation, cards, forms, modals, and more). Pick a focused tour.
Generators
Section titled “Generators”Bootstrap generators in Wappler: use scaffolding tools to build forms, tables, and UI patterns faster.
Bootstrap Generators
Section titled “Bootstrap Generators”Pick a generator tour to start. The overview tour explains how to find the Generators category in the Components picker; the focused tours walk through each generator dialog.
Navigation
Section titled “Navigation”Build responsive navigation UIs in Wappler using Nav, Navbar, and collapse/toggler patterns.
Navigation
Section titled “Navigation”Navigation components help users move through your app. Choose a focused tour.
Content
Section titled “Content”Bootstrap content basics: style tables, images, and description lists for clean, readable layouts.
Content
Section titled “Content”Bootstrap content is the foundation: typography, images, and tables. Pick a focused tour.
Bootstrap Components
Section titled “Bootstrap Components”Explore Bootstrap components in Wappler: learn what’s available and how to use common UI building blocks.
Components on a Page
Section titled “Components on a Page”This tour uses a small set of common Bootstrap components to build a practical mental model for how Wappler exposes them in Design View and Properties. Start by seeing each example as a reusable pattern, then follow the properties that most often change appearance, behavior, and structure in real projects.
Button example
Section titled “Button example”Buttons trigger actions like submit, save, and navigation. Let’s start with a primary button and review the key options that shape its look and behavior.
tip: Use clear, descriptive labels (verb + object) so the action is obvious.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Button: ID and see how it fits into this area.
Button: ID
Section titled “Button: ID”Use ID to give the button a stable identifier (useful for CSS/JS targeting and deterministic tours). This step matters because Button: ID is part of Selection Panels Properties Theid, and understanding that context makes the next action easier to repeat in your own project.
Button: Style
Section titled “Button: Style”Use Style to pick the button variant (primary/secondary/outline-*, etc.). This step matters because Button: Style is part of Selection Panels Properties Btnbtnstyle, and understanding that context makes the next action easier to repeat in your own project.
Button: type
Section titled “Button: type”Inside forms, the type attribute matters. Use button for non-submit actions and submit when the button should submit the form.
Button: Disabled
Section titled “Button: Disabled”Use Disabled for loading/locked states so users can’t click multiple times. This step matters because Button: Disabled is part of Selection Panels Properties Btndisabled, and understanding that context makes the next action easier to repeat in your own project.
Button variants
Section titled “Button variants”Outline variants keep visual weight low and work well for secondary actions. This step matters because Button variants is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
tip: If two buttons should be aligned and spaced consistently, set spacing on the parent container when possible.
Destructive variant
Section titled “Destructive variant”Use the danger variant sparingly and only for actions that are genuinely destructive (delete, remove, revoke). This step matters because Destructive variant is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Alert example
Section titled “Alert example”Alerts communicate status messages—success, warnings, errors, or neutral information. This step matters because Alert example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
tip: Choose the variant that matches severity, and keep the message short and actionable.
Alert: Type
Section titled “Alert: Type”Use Type to control the alert variant (info/success/warning/danger). This step matters because Alert: Type is part of Selection Panels Properties Alerttype, and understanding that context makes the next action easier to repeat in your own project.
tip: Keep alert messages short and actionable. For more complex content, consider a card or a toast.
Alert: Closable
Section titled “Alert: Closable”Use Closable to add a close button so users can dismiss the alert. This step matters because Alert: Closable is part of Selection Panels Properties Alertclosable, and understanding that context makes the next action easier to repeat in your own project.
Badge example
Section titled “Badge example”Badges are compact labels for counts, status, and short metadata. This step matters because Badge example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
tip: Use badges for small, scannable metadata—not for long text.
Badge: Style
Section titled “Badge: Style”Use Style to control the badge background color. This step matters because Badge: Style is part of Selection Panels Properties Bgbtnstyle, and understanding that context makes the next action easier to repeat in your own project.
Badge: Text
Section titled “Badge: Text”Use Text to change the label or count shown. This step matters because Badge: Text is part of Selection Panels Properties Badgetext, and understanding that context makes the next action easier to repeat in your own project.
Card nested content
Section titled “Card nested content”Cards often contain nested content like links, buttons, and lists. Let’s look at a call-to-action link inside a card body.
tip: Aim for one clear primary action per card when possible.
Card container
Section titled “Card container”Cards group related content into a single surface, with optional header/body/footer sections.
tip: Use the header/footer for repeated structure, and keep the body focused on the content.
List group item in a card
Section titled “List group item in a card”List groups present a vertical series of related items and are often used inside cards for menus, results, and settings.
tip: List group items are great for menus, settings lists, and compact content blocks.
List group item: Active
Section titled “List group item: Active”Use Active to mark the current/selected item. This step matters because List group item: Active is part of Selection Panels Properties Listgroupitemactive, and understanding that context makes the next action easier to repeat in your own project.
List group item: Disabled
Section titled “List group item: Disabled”Use Disabled to make the item non-interactive. This step matters because List group item: Disabled is part of Selection Panels Properties Listgroupitemdisabled, and understanding that context makes the next action easier to repeat in your own project.
Card CTA
Section titled “Card CTA”Calls-to-action in cards are usually links or buttons that lead to detail pages or start a primary workflow.
Card CTA: href
Section titled “Card CTA: href”Use Link to control where the CTA navigates. This step matters because Card CTA: href is part of Selection Panels Properties Anchorbtnhref, and understanding that context makes the next action easier to repeat in your own project.
Card CTA: target
Section titled “Card CTA: target”Use target to open in the same tab or a new tab/window. This step matters because Card CTA: target is part of Selection Panels Properties Anchorbtntarget, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with a focused component tour, or go back to the Components index to browse the full list. For layout and styling patterns that apply everywhere, use the Utilities tours.
Borders & rounding
Section titled “Borders & rounding”Use border utilities for rounding, borders, and subtle separators in your UI.
Border utilities
Section titled “Border utilities”Borders are great for subtle separation, emphasis, and shape. Borders & rounding are shared across many Bootstrap components, so you can apply them consistently.
Card example
Section titled “Card example”Cards are a good way to review shared Border and rounding utilities, since they often need subtle separation and shape. The card is selected so Border utilities are visible in Properties.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Border & rounding and see how it fits into this area.
Border & rounding
Section titled “Border & rounding”Use the Border group to toggle borders and choose rounding/radius. Pair this with color and spacing to quickly style components.
tip: This maps to Bootstrap classes like
border,border-0,rounded-*, andborder-*-subtle.
Next steps
Section titled “Next steps”Next, learn responsive display and flex item utilities.
Text formatting
Section titled “Text formatting”Use text utilities for alignment, wrapping, truncation, and emphasis.
Text Formatting essentials
Section titled “Text Formatting essentials”Text utilities are easiest to review on a paragraph. A lead paragraph is selected so the most common Text Formatting properties are visible.
Paragraph example
Section titled “Paragraph example”Text utilities help you adjust alignment, wrapping, emphasis, and readability without changing semantics. The lead paragraph is selected so you can immediately see the Text Formatting options. Tip: if selection is tricky, use App Structure to jump to the exact text node.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Text: Color and see how it fits into this area.
Text: Color
Section titled “Text: Color”Use Color for text-* utilities (including the new *-emphasis variants). This step matters because Text: Color is part of Selection Panels Properties Textelementcolor, and understanding that context makes the next action easier to repeat in your own project.
Text: Alignment
Section titled “Text: Alignment”Use Align for text-start, text-center, and text-end. This step matters because Text: Alignment is part of Selection Panels Properties Textalign, and understanding that context makes the next action easier to repeat in your own project.
Text: Weight & line height
Section titled “Text: Weight & line height”Use Font Weight and Line Height to tune hierarchy without custom CSS. This step matters because Text: Weight & line height is part of Selection Panels Properties Textfontweight, and understanding that context makes the next action easier to repeat in your own project.
Text: Advanced toggle
Section titled “Text: Advanced toggle”Some Text utilities are tucked behind the Advanced toggle to keep the inspector concise. When you don’t see an option you expect, enable Advanced.
Enable Advanced
Section titled “Enable Advanced”Turn on Advanced to reveal additional Text options. This step matters because Enable Advanced is part of Selection Panels Properties Text Advanced Layout, and understanding that context makes the next action easier to repeat in your own project.
Text: Transform
Section titled “Text: Transform”With Advanced enabled, Transform becomes available for uppercase/capitalize/lowercase. This step matters because Text: Transform is part of Selection Panels Properties Texttransform, and understanding that context makes the next action easier to repeat in your own project.
Text: Overflow
Section titled “Text: Overflow”More options appear under Advanced, including Overflow for nowrap/truncate/text-break. This step matters because Text: Overflow is part of Selection Panels Properties Textoverflow, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Utilities tours or go back to the Utilities menu.
Colors, background & effects
Section titled “Colors, background & effects”Apply Bootstrap color utilities for text, backgrounds, and emphasis states.
Appearance utilities
Section titled “Appearance utilities”Color utilities help communicate meaning (status, emphasis) and improve readability. The Appearance group is shared across many Bootstrap components so you can set background, opacity, shadow, and sizing consistently.
Card example
Section titled “Card example”Cards are a useful target for Appearance utilities because they’re common containers used across many layouts. The card is selected so the Appearance group is visible in Properties.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Background color and see how it fits into this area.
Background color
Section titled “Background color”Use Appearance → Back Color to apply Bootstrap background utility classes (including subtle/background-only variants). This step matters because Background color is part of Selection Panels Properties Appearanceelementcolor, and understanding that context makes the next action easier to repeat in your own project.
Opacity & shadow
Section titled “Opacity & shadow”Use Back Opacity, Opacity, and Shadow to fine-tune how the element looks without writing custom CSS. This step matters because Opacity & shadow is part of Selection Panels Properties Appearanceshadow, and understanding that context makes the next action easier to repeat in your own project.
note: These map to Bootstrap utility classes like
bg-opacity-*,opacity-*, andshadow-*.
Width & height
Section titled “Width & height”Use Width and Height to apply sizing utilities like w-* and h-*. This step matters because Width & height is part of Selection Panels Properties Appearancewidth, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Next, learn borders and responsive display/flex utilities.
Display & flex
Section titled “Display & flex”Use display and flex utilities for responsive layouts, alignment, and spacing.
Display utilities
Section titled “Display utilities”Flexbox utilities control alignment, wrapping, and ordering. Display is a shared group used across many Bootstrap components so you can hide/show elements per breakpoint and control display mode.
Card example
Section titled “Card example”Cards are a practical example for Display utilities because they appear across many pages and are often shown/hidden at different breakpoints. The card is selected so Display options are visible in Properties.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Hide on breakpoints and see how it fits into this area.
Hide on breakpoints
Section titled “Hide on breakpoints”Use Display → Hide on to hide an element on specific device sizes. This produces Bootstrap d-*-none classes. This step matters because Hide on breakpoints is part of Selection Panels Properties Carddisplayhide, and understanding that context makes the next action easier to repeat in your own project.
Flex Item utilities
Section titled “Flex Item utilities”When an element sits inside a flex container, the Flex Item group lets you control alignment and ordering.
Align self
Section titled “Align self”Use Flex Item → Align Self to override cross-axis alignment for this one item. This step matters because Align self is part of Selection Panels Properties Cardflexalignself, and understanding that context makes the next action easier to repeat in your own project.
Use Order to reorder items without changing your HTML structure. This step matters because Order is part of Selection Panels Properties Cardorder, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”That’s the core set of shared utilities. Next, revisit the Utilities menu or continue with a components tour.
Buttons
Section titled “Buttons”Use Bootstrap buttons: variants, sizes, states, icons, and common button patterns.
Variants, sizes, and states
Section titled “Variants, sizes, and states”Bootstrap buttons are about clarity and hierarchy. Start by choosing a variant (primary/secondary/etc.), then size/state based on context.
Button example
Section titled “Button example”Buttons are interactive controls for actions. This example uses the primary variant to represent a main action.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Button: Style and see how it fits into this area.
Button: Style
Section titled “Button: Style”Use Style to switch between solid, outline, and semantic variants (primary, secondary, success, etc.). This step matters because Button: Style is part of Selection Panels Properties Btnbtnstyle, and understanding that context makes the next action easier to repeat in your own project.
Button: Size
Section titled “Button: Size”Use Size for compact toolbars or prominent primary actions. This step matters because Button: Size is part of Selection Panels Properties Btnsizen, and understanding that context makes the next action easier to repeat in your own project.
Button: Block level
Section titled “Button: Block level”Use Block Level to make a button span the full width of its container (great for mobile layouts). This step matters because Button: Block level is part of Selection Panels Properties Btnblocklevel, and understanding that context makes the next action easier to repeat in your own project.
Button: Type (forms)
Section titled “Button: Type (forms)”Use Type to control form behavior. Use button for normal actions, and submit only when the button should submit a form. This step matters because Button: Type (forms) is part of Selection Panels Properties Buttontype, and understanding that context makes the next action easier to repeat in your own project.
Button: Disabled
Section titled “Button: Disabled”Use Disabled when an action is not available. Prefer disabled states over hiding actions when users need to understand what’s possible.
Tip: Active state
Section titled “Tip: Active state”Use Active when a button represents a selected state (for example, toggle buttons or segmented controls). This step matters because Tip: Active state is part of Selection Panels Properties Btnactive, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Button groups
Section titled “Button groups”Group related actions with button groups and toolbars, including sizing and alignment.
Button groups
Section titled “Button groups”Use button groups to combine related actions into a single connected control, keeping spacing and alignment consistent.
Button group example
Section titled “Button group example”Button groups combine related actions into a single connected control. The wrapper controls layout; the buttons inside control styling and states.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Group: Size and see how it fits into this area.
Group: Size
Section titled “Group: Size”Use Size to make the whole group larger or smaller. This matches Bootstrap’s sizing guidelines (sm / default / lg). This step matters because Group: Size is part of Selection Panels Properties Btngroupsize, and understanding that context makes the next action easier to repeat in your own project.
Group: Vertical
Section titled “Group: Vertical”Enable Vertical when you want stacked buttons (useful for narrow sidebars or compact tool panels).
Accessibility: Aria Label
Section titled “Accessibility: Aria Label”Use Aria Label to describe what the group represents (for example, “View mode” or “Text alignment”). This step matters because Accessibility: Aria Label is part of Selection Panels Properties Btngrouparialabel, and understanding that context makes the next action easier to repeat in your own project.
Style the buttons inside
Section titled “Style the buttons inside”Button groups handle layout; you still style each button (variant, size, disabled/active) like a normal button.
Button inside the group
Section titled “Button inside the group”Buttons inside a group still behave like normal buttons—this is where you review variant and state options.
Button: Style
Section titled “Button: Style”Use Style to switch between solid/outline variants and semantic colors (primary, secondary, success, etc.). This step matters because Button: Style is part of Selection Panels Properties Btnbtnstyle, and understanding that context makes the next action easier to repeat in your own project.
Tip: Active state
Section titled “Tip: Active state”Use Active when the button represents the currently selected option (for example, “Week” in a Day/Week/Month switcher). This step matters because Tip: Active state is part of Selection Panels Properties Btnactive, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Badges
Section titled “Badges”Use badges for counts and status labels, including pill styles and contextual colors.
Badge basics
Section titled “Badge basics”Badges are small labels for counts or statuses. Keep them short and readable, and use color to reinforce meaning (not replace it).
Badge example
Section titled “Badge example”Badges are compact labels for counts, status, and short metadata. This step matters because Badge example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Badge: Text and see how it fits into this area.
Badge: Text
Section titled “Badge: Text”Use Text to change the badge label. Keep it short (for example, a count or a single word status). This step matters because Badge: Text is part of Selection Panels Properties Badgetext, and understanding that context makes the next action easier to repeat in your own project.
Badge: Position
Section titled “Badge: Position”Use Position to place the badge before or after neighboring content. This step matters because Badge: Position is part of Selection Panels Properties Badgepos, and understanding that context makes the next action easier to repeat in your own project.
Badge: Style
Section titled “Badge: Style”Use Style to choose the badge’s variant. Prefer variants with good contrast (Bootstrap’s text-bg-* styles handle text/background contrast for you).
Badge: Pill
Section titled “Badge: Pill”Use Pill for a rounded badge style. This step matters because Badge: Pill is part of Selection Panels Properties Badgepill, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Alerts
Section titled “Alerts”Use alerts for feedback messages, including dismissible alerts and contextual states.
Alert options
Section titled “Alert options”Alerts communicate important status changes. Keep the message concise, and use variants (info/success/warning/danger) consistently across your UI.
Alert example
Section titled “Alert example”Alerts communicate status messages—success, warnings, errors, or neutral information. This step matters because Alert example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Alert: Type and see how it fits into this area.
Alert: Type
Section titled “Alert: Type”Use Type to change the alert variant (info, warning, danger, success, etc.). This step matters because Alert: Type is part of Selection Panels Properties Alerttype, and understanding that context makes the next action easier to repeat in your own project.
Alert: Closable
Section titled “Alert: Closable”Enable Closable to show a close button so users can dismiss the message. Use this for non-critical or informational alerts.
Alert: Auto Show (dynamic)
Section titled “Alert: Auto Show (dynamic)”Enable Auto Show when the alert visibility is driven by data or logic. You can bind it to a condition to show/hide the alert automatically.
Alert: Fade animation
Section titled “Alert: Fade animation”Enable Fade for a subtle enter/exit transition. Combine this with Auto Show for smooth dynamic alerts.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Dropdowns
Section titled “Dropdowns”Build dropdown menus in Wappler and learn the practical options: alignment, sizing, split buttons, and nav dropdown patterns.
Dropdown structure
Section titled “Dropdown structure”A dropdown is made of a wrapper, a toggle button, and a menu with items. Use dropdowns for short, contextual lists of actions.
Dropdown example
Section titled “Dropdown example”This dropdown example shows more than a button with a menu attached. It demonstrates how Wappler combines a trigger, menu container, and menu items into a compact interaction pattern that is useful for grouped actions, secondary navigation, and actions that should stay hidden until needed.
Toggle button
Section titled “Toggle button”The toggle button is the trigger that opens the menu. This step matters because Toggle button is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Toggle button: Style and see how it fits into this area.
Toggle button: Style
Section titled “Toggle button: Style”Use Style to choose the toggle button’s variant. This step matters because Toggle button: Style is part of Selection Panels Properties Btnbtnstyle, and understanding that context makes the next action easier to repeat in your own project.
Dropdown menu
Section titled “Dropdown menu”The menu container holds the list of dropdown items. This step matters because Dropdown menu is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Dropdown menu: Align end
Section titled “Dropdown menu: Align end”Enable Align End to align the dropdown menu to the right edge (useful near the right side of the viewport).
Dropdown item
Section titled “Dropdown item”Dropdown items represent the actions and destinations in the menu. This step matters because Dropdown item is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Dropdown item: Disabled
Section titled “Dropdown item: Disabled”Use Disabled for options that aren’t currently available. This step matters because Dropdown item: Disabled is part of Selection Panels Properties Dropdownitemdisabled, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
List groups
Section titled “List groups”Use list groups for structured lists, selection states, and grouped content.
List group container
Section titled “List group container”A list group is a container plus one or more items. It’s great for navigation, selectable lists, and simple summaries.
List group example
Section titled “List group example”This list group example shows how Bootstrap can turn a plain stack of items into a clearer, more structured UI pattern. Watch how repeated items share consistent styling, spacing, and emphasis, and why list groups are useful for navigation, summaries, or selectable collections inside a page section.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on List group: Flush and see how it fits into this area.
List group: Flush
Section titled “List group: Flush”Enable Flush to remove outer borders and rounded corners (useful inside cards). This step matters because List group: Flush is part of Selection Panels Properties Listgroupflush, and understanding that context makes the next action easier to repeat in your own project.
List group: Horizontal
Section titled “List group: Horizontal”Enable Horizontal to display items side-by-side (responsive variants are available). This step matters because List group: Horizontal is part of Selection Panels Properties Horizontal, and understanding that context makes the next action easier to repeat in your own project.
List items
Section titled “List items”Select a list item to adjust per-item state.
List group item
Section titled “List group item”List group items can be marked active or disabled to reflect navigation and availability. This step matters because List group item is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
List item: Active
Section titled “List item: Active”Use Active to highlight the current/selected item. This step matters because List item: Active is part of Selection Panels Properties Listgroupitemactive, and understanding that context makes the next action easier to repeat in your own project.
List item: Disabled
Section titled “List item: Disabled”Use Disabled when an item is not selectable. This step matters because List item: Disabled is part of Selection Panels Properties Listgroupitemdisabled, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Build tabbed navigation and content panes, including active states and accessibility basics.
Tab content and panes
Section titled “Tab content and panes”A tabbed interface pairs a set of tab buttons with related content panes so users can switch context without leaving the page. In this tour, start by understanding the full relationship between the tab list and the panes, because the later properties only make sense once that shared structure is clear.
Tabs example
Section titled “Tabs example”Tabs help you switch between related content panes without navigating away. This step matters because Tabs example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Active tab pane
Section titled “Active tab pane”Each tab button controls a specific pane. Let’s review the active pane options. This step matters because Active tab pane is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Tab pane: Controlled by and see how it fits into this area.
Tab pane: Controlled by
Section titled “Tab pane: Controlled by”Use Controlled By to link a pane to a specific tab button (by ID). This keeps the ARIA attributes consistent. This step matters because Tab pane: Controlled by is part of Selection Panels Properties Tabpanecontroller, and understanding that context makes the next action easier to repeat in your own project.
Tab pane: Fade
Section titled “Tab pane: Fade”Enable Fade for a smooth transition effect. This step matters because Tab pane: Fade is part of Selection Panels Properties Tabpanefade, and understanding that context makes the next action easier to repeat in your own project.
Tab pane: Show and Active
Section titled “Tab pane: Show and Active”Use Show and Active to control which pane is visible initially. This step matters because Tab pane: Show and Active is part of Selection Panels Properties Tabpaneactive, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Breadcrumbs
Section titled “Breadcrumbs”Build Bootstrap breadcrumbs in Wappler, including separators and the active page state for accessible navigation.
Breadcrumbs
Section titled “Breadcrumbs”Breadcrumbs show the current page’s location within a navigational hierarchy. They should reflect structure (not history).
Breadcrumb example
Section titled “Breadcrumb example”Breadcrumbs show hierarchy and help users understand where they are in a site structure. This step matters because Breadcrumb example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Tip: Keep the last item current
Section titled “Tip: Keep the last item current”In Bootstrap docs, the current page is typically the last breadcrumb item and should not be a link.
Items and links
Section titled “Items and links”Use breadcrumb items for the hierarchy levels, and links for the navigable levels.
Current breadcrumb item
Section titled “Current breadcrumb item”The last breadcrumb item typically represents the current page. This step matters because Current breadcrumb item is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Breadcrumb item: Active
Section titled “Breadcrumb item: Active”Use Active for the current page. This matches the Bootstrap pattern of marking the current level.
Breadcrumb link item
Section titled “Breadcrumb link item”Breadcrumb links represent navigable hierarchy levels (for example, “Home”). This step matters because Breadcrumb link item is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Breadcrumb link: Text and Link
Section titled “Breadcrumb link: Text and Link”Use Text to change the label and Link to pick a route or file. Keep breadcrumb labels short and descriptive. This step matters because Breadcrumb link: Text and Link is part of Selection Panels Properties Breadcrumblinktext, and understanding that context makes the next action easier to repeat in your own project.
Tip: Internal navigation
Section titled “Tip: Internal navigation”If you’re using Wappler partial loads, enable Internal so the route loads inside the current view.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Pagination
Section titled “Pagination”Understand Bootstrap pagination patterns and build paging controls that fit common list and table layouts.
Pagination
Section titled “Pagination”Pagination helps users move between pages of content. In Bootstrap, it’s built from a pagination container plus page items and links.
Pagination example
Section titled “Pagination example”Pagination is highlighted. Pagination provides navigable links across multiple pages of content, with clear active and disabled states.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Pagination: Size and see how it fits into this area.
Pagination: Size
Section titled “Pagination: Size”Use Size to choose a larger or smaller pagination control. Keep it consistent with surrounding UI density. This step matters because Pagination: Size is part of Selection Panels Properties Paginationsize, and understanding that context makes the next action easier to repeat in your own project.
Page items and links
Section titled “Page items and links”Page items hold state (active/disabled). Page links hold the clickable label and destination.
Active page item
Section titled “Active page item”Active and disabled states live on the page item. Let’s review the current page state. This step matters because Active page item is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Page item: Active
Section titled “Page item: Active”Use Active for the current page. This step matters because Page item: Active is part of Selection Panels Properties Pageitemactive, and understanding that context makes the next action easier to repeat in your own project.
Page item: Disabled
Section titled “Page item: Disabled”Use Disabled for items that aren’t available (for example, “Previous” on the first page). This step matters because Page item: Disabled is part of Selection Panels Properties Pageitemdisabled, and understanding that context makes the next action easier to repeat in your own project.
Page link
Section titled “Page link”Page links control the visible label and navigation destination. This step matters because Page link is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Page link: Text and Link
Section titled “Page link: Text and Link”Use Text to change the label and Link to choose a route or file. Keep numeric pagination consistent (1, 2, 3 …) and use words/icons for previous/next.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Toasts
Section titled “Toasts”Use toasts for non-blocking notifications, including stacking and dismiss behavior.
Toasts container
Section titled “Toasts container”Toasts are lightweight notifications that appear over the page. In Wappler you usually add a Toasts container once, then trigger toast messages from actions.
Toasts container
Section titled “Toasts container”This Toasts container controls where toast messages appear. It is selected so you can review its key properties.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Toasts: Position and see how it fits into this area.
Toasts: Position
Section titled “Toasts: Position”Use Position to choose whether toasts appear at the top or bottom edge of the viewport. This step matters because Toasts: Position is part of Selection Panels Properties Toastspos, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Align
Section titled “Toasts: Align”Use Align to anchor toasts left or right. This step matters because Toasts: Align is part of Selection Panels Properties Toastsalign, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Offsets
Section titled “Toasts: Offsets”Use Offset X and Offset Y to keep toasts away from the edges (helpful when you have fixed navbars or safe areas). This step matters because Toasts: Offsets is part of Selection Panels Properties Toastsoffsetx, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Offset Y
Section titled “Toasts: Offset Y”Offset Y controls the vertical spacing from the chosen edge. This step matters because Toasts: Offset Y is part of Selection Panels Properties Toastsoffsety, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Width constraints
Section titled “Toasts: Width constraints”Use Min Width and Max Width to keep toast messages readable without covering too much of the UI. This step matters because Toasts: Width constraints is part of Selection Panels Properties Toastsminwidth, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Max Width
Section titled “Toasts: Max Width”Max Width caps the toast size for long messages. This step matters because Toasts: Max Width is part of Selection Panels Properties Toastsmaxwidth, and understanding that context makes the next action easier to repeat in your own project.
Toasts: Delay
Section titled “Toasts: Delay”Use Delay to control how long a toast stays visible (in milliseconds). This is the default when you trigger toasts from actions.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Tooltips
Section titled “Tooltips”Tooltips provide compact help text. Learn how to use them in Wappler, including trigger behavior and placement.
Tooltips
Section titled “Tooltips”Tooltips add short contextual hints. In Wappler you enable a tooltip on an element, then configure its content and behavior from the Properties panel.
Tooltip example
Section titled “Tooltip example”This sample button is selected so you can explore tooltip settings. This step matters because Tooltip example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Tooltip: Title and see how it fits into this area.
Tooltip: Title
Section titled “Tooltip: Title”Use Title to define what the tooltip shows. It can be plain text or a dynamic data binding. This step matters because Tooltip: Title is part of Selection Panels Properties Titlevalue, and understanding that context makes the next action easier to repeat in your own project.
Tooltip: Trigger
Section titled “Tooltip: Trigger”Use Trigger to control when the tooltip appears: hover, click, or focus. This step matters because Tooltip: Trigger is part of Selection Panels Properties Tooltiptrigger, and understanding that context makes the next action easier to repeat in your own project.
Tooltip: Placement
Section titled “Tooltip: Placement”Use Placement to position the tooltip relative to the element. This step matters because Tooltip: Placement is part of Selection Panels Properties Tooltipplacement, and understanding that context makes the next action easier to repeat in your own project.
Tooltip: Animation
Section titled “Tooltip: Animation”Use Animation to enable/disable the default Bootstrap animation. This step matters because Tooltip: Animation is part of Selection Panels Properties Tooltipanimation, and understanding that context makes the next action easier to repeat in your own project.
Tooltip: Allow HTML
Section titled “Tooltip: Allow HTML”Use Allow HTML if your tooltip content includes HTML (use carefully; keep it readable). This step matters because Tooltip: Allow HTML is part of Selection Panels Properties Tooltiphtml, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Popovers
Section titled “Popovers”Use popovers for richer contextual help, including placement and trigger options.
Popovers
Section titled “Popovers”Popovers are like tooltips, but can hold more content (title + body). In Wappler you enable a popover on an element, then configure its content and behavior from the Properties panel.
Popover example
Section titled “Popover example”This sample button is selected so you can explore popover settings. This step matters because Popover example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Popover: Title and see how it fits into this area.
Popover: Title
Section titled “Popover: Title”Use Title for the popover header. It can be plain text or a dynamic data binding. This step matters because Popover: Title is part of Selection Panels Properties Titlevalue, and understanding that context makes the next action easier to repeat in your own project.
Popover: Content
Section titled “Popover: Content”Use Content for the main popover text. This step matters because Popover: Content is part of Selection Panels Properties Contentvalue, and understanding that context makes the next action easier to repeat in your own project.
Popover: Trigger
Section titled “Popover: Trigger”Use Trigger to control how the popover opens (click, focus, hover, or manual). This step matters because Popover: Trigger is part of Selection Panels Properties Popovertrigger, and understanding that context makes the next action easier to repeat in your own project.
Popover: Placement
Section titled “Popover: Placement”Use Placement to position the popover relative to the element. This step matters because Popover: Placement is part of Selection Panels Properties Popoverplacement, and understanding that context makes the next action easier to repeat in your own project.
Popover: Animation
Section titled “Popover: Animation”Use Animation to enable/disable the default Bootstrap animation. This step matters because Popover: Animation is part of Selection Panels Properties Popoveranimation, and understanding that context makes the next action easier to repeat in your own project.
Popover: Allow HTML
Section titled “Popover: Allow HTML”Use Allow HTML if your popover content includes HTML (use carefully; keep it readable). This step matters because Popover: Allow HTML is part of Selection Panels Properties Popoverhtml, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Accordion
Section titled “Accordion”Use accordions to organize content into collapsible sections with smooth navigation.
Accordion structure
Section titled “Accordion structure”An accordion is a container plus collapsible panels. The panels can be linked to the accordion so only one is open at a time.
Accordion example
Section titled “Accordion example”This accordion example is best understood as a reusable layout pattern rather than a single widget on the page. Watch how related sections are grouped into one container, how each header controls reveal and collapse behavior, and why accordions work well when you need dense content without forcing a long scrolling page.
Collapsible panel
Section titled “Collapsible panel”Let’s explore a collapsible panel and how its initial expanded state is controlled. This step matters because Collapsible panel is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Collapse: Show and see how it fits into this area.
Collapse: Show
Section titled “Collapse: Show”Use Show to control whether the panel starts expanded. This step matters because Collapse: Show is part of Selection Panels Properties Collapseshow, and understanding that context makes the next action easier to repeat in your own project.
Collapse: Parent
Section titled “Collapse: Parent”Use Parent to link the panel to the accordion container. This is what makes it behave like an accordion (one open at a time).
Accordion variants
Section titled “Accordion variants”Bootstrap accordions support variants like flush styling and always open behavior.
Flush accordion
Section titled “Flush accordion”Add the .accordion-flush class to the accordion container to remove some borders and rounded corners, rendering it edge-to-edge with its parent.
Always open accordion
Section titled “Always open accordion”To allow multiple items to stay open, omit the parent reference on each collapse panel (no data-bs-parent).
Collapse: Parent (optional)
Section titled “Collapse: Parent (optional)”Clear Parent to make a collapse panel independent. With no parent, opening one item won’t close the others.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Collapse
Section titled “Collapse”Use collapse for show/hide sections with toggles and smooth transitions.
Collapse
Section titled “Collapse”Collapse is a lightweight way to show and hide content without leaving the page. It’s a great fit for “details” sections, compact filters, and progressive disclosure—especially when you want the page to stay scannable.
Collapse example
Section titled “Collapse example”The collapsible panel is now highlighted. A Collapse pattern has two parts: a trigger (usually a button or link) and a target panel that expands/collapses.
tip: Collapse works best when the trigger and the target are clearly named (IDs) and the intent is obvious from the UI label.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Collapse: Show and see how it fits into this area.
Collapse: Show
Section titled “Collapse: Show”The Show option controls whether the panel starts expanded. In documentation-like UIs, starting collapsed is a sensible default: the page stays shorter, and users can opt in to the extra detail.
note: If the content is required to complete a task, prefer keeping it visible and using Collapse only for truly optional sections.
How the trigger connects to the panel
Section titled “How the trigger connects to the panel”Behind the scenes, a trigger element (often a button or link) uses data-bs-toggle="collapse" plus a data-bs-target that points to the collapse panel’s ID. This keeps the behavior predictable and makes it easier for assistive technologies to understand the relationship.
tip: If toggling behaves oddly, the first thing to verify is that the target ID is unique and matches exactly.
Accordion behavior (optional)
Section titled “Accordion behavior (optional)”Collapse can also participate in an accordion pattern—useful when you want only one panel open at a time.
When to use accordion behavior
Section titled “When to use accordion behavior”Accordion behavior is a UX choice: it trades free exploration (multiple panels open) for a tighter, guided layout (one panel open). It’s common for FAQs, settings groups, and compact navigation-like panels.
important: If users might want to compare sections side-by-side, avoid forcing one-at-a-time behavior.
Collapse: Parent
Section titled “Collapse: Parent”The Parent option links this collapse panel to an accordion container. With a parent set, opening one panel can automatically close other panels within the same accordion.
Wrap-up
Section titled “Wrap-up”Collapse is ideal for optional content and progressive disclosure. For accordion-style layouts, link panels to a parent so behavior stays consistent.
Loading indicators (progress & spinners)
Section titled “Loading indicators (progress & spinners)”Use spinners and loading indicators to communicate progress and improve perceived performance.
Progress bars
Section titled “Progress bars”Use progress bars when you know the percentage. A progress bar is made of a container (.progress) and a bar element (.progress-bar).
Progress example
Section titled “Progress example”Use progress bars and spinners to indicate loading, processing, or completion. This step matters because Progress example is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Progress: Height and see how it fits into this area.
Progress: Height
Section titled “Progress: Height”Use Height to make thicker or thinner progress bars. This step matters because Progress: Height is part of Selection Panels Properties Progressheight, and understanding that context makes the next action easier to repeat in your own project.
Progress bar element
Section titled “Progress bar element”The inner .progress-bar element controls the fill amount and variant styling. This step matters because Progress bar element is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Progress Bar: Width
Section titled “Progress Bar: Width”Set Width to control the percentage fill. In production, you’ll typically bind this to data.
Progress Bar: Background
Section titled “Progress Bar: Background”Use Back Color to set the bar’s color variant. This step matters because Progress Bar: Background is part of Selection Panels Properties Progressbarelementcolor, and understanding that context makes the next action easier to repeat in your own project.
Progress Bar: Striped & animated
Section titled “Progress Bar: Striped & animated”Use Striped and Animated for visual emphasis during long operations. This step matters because Progress Bar: Striped & animated is part of Selection Panels Properties Progressbarstriped, and understanding that context makes the next action easier to repeat in your own project.
Spinners
Section titled “Spinners”Spinners are best when you don’t know the percentage (indeterminate loading).
Border spinner
Section titled “Border spinner”Border spinners are a compact indicator for indeterminate loading. This step matters because Border spinner is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Spinner: Color
Section titled “Spinner: Color”Use Color to set the spinner variant. This step matters because Spinner: Color is part of Selection Panels Properties Spinnerelementcolor, and understanding that context makes the next action easier to repeat in your own project.
Spinner: Size
Section titled “Spinner: Size”Use Type to switch between default and small sizes. This step matters because Spinner: Size is part of Selection Panels Properties Spinnertype, and understanding that context makes the next action easier to repeat in your own project.
Growing spinner
Section titled “Growing spinner”Growing spinners are a softer, pulsing alternative to border spinners. This step matters because Growing spinner is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Components tours or return to the Components menu.
Generators
Section titled “Generators”Use Wappler generators to scaffold Bootstrap UI quickly (forms, tables, paging) and customize afterwards.
Bootstrap Generators
Section titled “Bootstrap Generators”Generators scaffold larger chunks of UI (for example, a data-driven table, a form, or pagination). You start them from the Components picker.
Components picker opened
Section titled “Components picker opened”The Components picker is the right place to start when you want Wappler to scaffold a more complex Bootstrap pattern for you. This step explains how generator-driven components differ from simple inserts and why choosing the correct starting tool saves time when the final component needs structure as well as styling.
Components picker
Section titled “Components picker”The Components picker lets you browse by category and insert components and generators. This step matters because Components picker is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generators category selected
Section titled “Generators category selected”The Generators category is now selected, showing the available generators. This step matters because Generators category selected is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
tip: If you don’t see Bootstrap generators, make sure Bootstrap 5 is enabled for the page/frameworks.
Close the Components picker
Section titled “Close the Components picker”This closes the Components picker so you can continue working in the editor. Start a focused tour from the Generators index to walk through a specific generator dialog.
Next steps
Section titled “Next steps”Pick a focused generator tour, or return to the Bootstrap tours index.
Bootstrap 5 Table Generator
Section titled “Bootstrap 5 Table Generator”Generate a Bootstrap table quickly with Wappler, then customize columns, styling, and responsive behavior.
Table Generator
Section titled “Table Generator”The Bootstrap 5 Table Generator scaffolds a Bootstrap table wired to a data source. It can optionally generate sortable headers and bindings.
Start from the Components picker
Section titled “Start from the Components picker”The table generator is easiest to understand when you begin at the Components picker, because that is where Wappler turns a data-display goal into a scaffolded UI pattern. This step frames what gets generated for you and why the first choice affects the markup and table options you inspect next.
Generated result
Section titled “Generated result”The generator inserts table markup and App Connect bindings. You can refine columns, classes and bindings afterwards.
Open the generator
Section titled “Open the generator”Open the Components picker, select the Generators category, then choose Bootstrap 5 Table Generator.
Components picker opens
Section titled “Components picker opens”The Insert Child command opens the Components picker. This step matters because Components picker opens is part of the Structure panel, and understanding that context makes the next action easier to repeat in your own project.
Components picker
Section titled “Components picker”Use categories to find generators quickly. This step matters because Components picker is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generators category selected
Section titled “Generators category selected”The Generators category is now selected. This step matters because Generators category selected is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
Table Generator selected
Section titled “Table Generator selected”Bootstrap 5 Table Generator is now selected and its dialog opens. This step matters because Table Generator selected is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generator dialog
Section titled “Generator dialog”The generator opens in a popup dialog.
Data settings
Section titled “Data settings”Start by configuring how the table gets its rows.
Populate
Section titled “Populate”Populate is the expression that provides table rows (for example, an array from a data source).
Prefix
Section titled “Prefix”Prefix is used when generating bindings for each column (for example, item). This step matters because Prefix is part of Popup Bootstrap5tablegenerator Form Fieldsform Field Dataprefix Input, and understanding that context makes the next action easier to repeat in your own project.
Table Type
Section titled “Table Type”The table layout can be horizontal or vertical. This step matters because Table Type is part of Popup Bootstrap5tablegenerator Form Fieldsform Field Tabletype Input, and understanding that context makes the next action easier to repeat in your own project.
Style toggles
Section titled “Style toggles”These toggles add common Bootstrap table options.
Responsive / Footer
Section titled “Responsive / Footer”Enable Responsive to wrap the table in a responsive container. Enable Footer to generate a tfoot section.
Striped / Bordered / Hover / Small
Section titled “Striped / Bordered / Hover / Small”Toggle the most common Bootstrap table styles. This step matters because Striped / Bordered / Hover / Small is part of Popup Bootstrap5tablegenerator Form Fieldsform Field Tablestriped Input, and understanding that context makes the next action easier to repeat in your own project.
Columns
Section titled “Columns”Use the columns grid to define headers and bindings.
Columns grid
Section titled “Columns grid”Each row represents a table column (header label and the binding/expression used for cell values).
Sortable headers (optional)
Section titled “Sortable headers (optional)”Enable Sortable Headers to generate click-to-sort behavior. Additional sorting fields may appear after enabling it.
Generate
Section titled “Generate”When you’re happy with the settings, generate the table.
Selecting Ok inserts the generated table into the page at the selected insertion point. This step matters because Ok is part of Popup Bootstrap5tablegenerator Button Ok, and understanding that context makes the next action easier to repeat in your own project.
Cancel
Section titled “Cancel”Selecting Cancel closes the dialog without inserting anything. This step matters because Cancel is part of Popup Bootstrap5tablegenerator Button Cancel, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other generator tours, or return to the Bootstrap tours index.
Bootstrap 5 Form Generator
Section titled “Bootstrap 5 Form Generator”Generate Bootstrap forms quickly with Wappler, then customize layout, labels, and validation feedback.
Form Generator
Section titled “Form Generator”The Bootstrap 5 Form Generator scaffolds a Bootstrap form wired to a Server Connect action. It can auto-generate inputs based on the action schema.
What it generates
Section titled “What it generates”The generator inserts the form markup plus bindings for values, validation and submit behavior (depending on your selected action and options).
Prerequisite
Section titled “Prerequisite”You’ll get the best results when you already have a Server Connect action (for example, insert/update/select) and its input/output schema is known.
Open the generator
Section titled “Open the generator”Open the Components picker, select the Generators category, then choose Bootstrap 5 Form Generator.
Components picker opened
Section titled “Components picker opened”The Components picker is now open (via Insert Child). This step matters because Components picker opened is part of the Structure panel, and understanding that context makes the next action easier to repeat in your own project.
Components picker
Section titled “Components picker”Use categories to find generators quickly. This step matters because Components picker is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generators category selected
Section titled “Generators category selected”The Generators category is now selected. This step matters because Generators category selected is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
Form Generator selected
Section titled “Form Generator selected”Bootstrap 5 Form Generator is now selected and its dialog opens. This step matters because Form Generator selected is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generator dialog
Section titled “Generator dialog”The generator opens in a popup dialog.
Server Action
Section titled “Server Action”Pick which Server Connect action this form should be wired to.
Server Action
Section titled “Server Action”Use Select to choose a Server Connect action. The generator can infer fields from the action schema. This step matters because Server Action is part of Popup Bootstrap5formgenerator Form Fieldsform Field Serveractionname Input, and understanding that context makes the next action easier to repeat in your own project.
Populate
Section titled “Populate”If the action returns data (for example, select a record), Populate can be used to bind default values into the form.
Form layout
Section titled “Form layout”Choose the Bootstrap form layout style and helper options.
Form Type
Section titled “Form Type”The layout preset controls whether the form is horizontal, vertical, inline, or uses floating labels.
Form Rows / Help Texts
Section titled “Form Rows / Help Texts”Enable Form Rows to wrap fields in row markup. Enable Help Texts to include Bootstrap help text blocks per field.
Multi Record
Section titled “Multi Record”Enable Multi Record when you want a repeatable form section for array-like inputs. This step matters because Multi Record is part of Popup Bootstrap5formgenerator Form Fieldsform Field Multirecord Input, and understanding that context makes the next action easier to repeat in your own project.
Fields
Section titled “Fields”Use the fields grid to choose and configure the inputs to generate.
Fields grid
Section titled “Fields grid”Each row represents a form field. Use it to decide which fields to include and how to label them.
Generated bindings
Section titled “Generated bindings”The generator uses these fields to create input names, labels and data bindings. You can fine-tune them after generation in the Properties panel.
Generate
Section titled “Generate”When you’re happy with the settings, generate the form.
Selecting Ok inserts the generated form into the page. This step matters because Ok is part of Popup Bootstrap5formgenerator Button Ok, and understanding that context makes the next action easier to repeat in your own project.
Cancel
Section titled “Cancel”Selecting Cancel closes the dialog without inserting anything. This step matters because Cancel is part of Popup Bootstrap5formgenerator Button Cancel, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other generator tours, or return to the Bootstrap tours index.
Bootstrap 5 Paging Generator
Section titled “Bootstrap 5 Paging Generator”Generate paging controls quickly and wire them to your data flow for smooth list navigation.
Paging Generator
Section titled “Paging Generator”The Bootstrap 5 Paging Generator scaffolds Bootstrap pagination UI and binds it to a data source that supports paging.
What it generates
Section titled “What it generates”Start by looking at what the paging generator actually builds before you think about customization. This output shows the navigation structure, active state, and previous-next behavior Wappler scaffolds for you, which makes the later property choices easier to understand and adjust with confidence.
When to use it
Section titled “When to use it”Use this when your data source is paged (for example: a database query with paging, or an API that returns page + total information).
Open the generator
Section titled “Open the generator”Open the Components picker, select the Generators category, then choose Bootstrap 5 Paging Generator.
Components picker opens
Section titled “Components picker opens”The Insert Child command opens the Components picker. This step matters because Components picker opens is part of the Structure panel, and understanding that context makes the next action easier to repeat in your own project.
Components picker
Section titled “Components picker”Use categories to find generators quickly. This step matters because Components picker is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generators category selected
Section titled “Generators category selected”The Generators category is now selected. This step matters because Generators category selected is part of Components Popup Anchor Right, and understanding that context makes the next action easier to repeat in your own project.
Paging Generator selected
Section titled “Paging Generator selected”Bootstrap 5 Paging Generator is now selected and its dialog opens. This step matters because Paging Generator selected is part of Components Popup Root, and understanding that context makes the next action easier to repeat in your own project.
Generator dialog
Section titled “Generator dialog”The generator opens in a popup dialog.
Paging source
Section titled “Paging source”Choose where paging information comes from.
Paging Source
Section titled “Paging Source”The paging source determines whether paging comes from a paged Server Action, a Data View, or a Flow Action.
Data Source / Data View
Section titled “Data Source / Data View”The data source field links paging to the provider that exposes paging state (current offset/page, total records, etc.).
Layout
Section titled “Layout”Configure how the pagination looks.
Paging Size
Section titled “Paging Size”The size variant controls the Bootstrap paging size (default, large, or small). This step matters because Paging Size is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Pagingsize Input, and understanding that context makes the next action easier to repeat in your own project.
Outer / Adjacent links
Section titled “Outer / Adjacent links”Outer Links and Adjacent Links control how many page links are shown. This step matters because Outer / Adjacent links is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Outerlinks Input, and understanding that context makes the next action easier to repeat in your own project.
Controls
Section titled “Controls”Enable or disable first/prev/next/last controls and configure their labels.
Previous / Next
Section titled “Previous / Next”Toggle whether Previous and Next buttons are shown. This step matters because Previous / Next is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Showprevnext Input, and understanding that context makes the next action easier to repeat in your own project.
First / Last
Section titled “First / Last”Toggle whether First and Last buttons are shown. This step matters because First / Last is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Showfirstlast Input, and understanding that context makes the next action easier to repeat in your own project.
Labels
Section titled “Labels”Customize labels for the paging controls. This step matters because Labels is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Prevlabel Input, and understanding that context makes the next action easier to repeat in your own project.
State manager (optional)
Section titled “State manager (optional)”Optionally persist paging state using a state manager.
Use State Manager
Section titled “Use State Manager”Enable this if you want paging state reflected in a state manager (useful for URL sync and persistence).
State Manager
Section titled “State Manager”The state manager selection defines where paging state and offset are stored. This step matters because State Manager is part of Popup Bootstrap5paginggenerator Form Fieldsform Field Statemanager Input, and understanding that context makes the next action easier to repeat in your own project.
Generate
Section titled “Generate”When you’re happy with the settings, generate the pagination component.
Selecting Ok inserts the generated pagination component into the page. This step matters because Ok is part of Popup Bootstrap5paginggenerator Button Ok, and understanding that context makes the next action easier to repeat in your own project.
Cancel
Section titled “Cancel”Selecting Cancel closes the dialog without inserting anything. This step matters because Cancel is part of Popup Bootstrap5paginggenerator Button Cancel, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other generator tours, or return to the Bootstrap tours index.
Description lists
Section titled “Description lists”Use Bootstrap description lists for key/value layouts, with responsive alignment helpers.
Description list container
Section titled “Description list container”Description lists pair terms (dt) with definitions (dd)—ideal for metadata blocks and compact summaries. Let’s review the container options first.
Description list example
Section titled “Description list example”This description list example shows how Bootstrap can present paired labels and values in a way that is easier to scan than a plain paragraph. It is useful for metadata, profile details, and admin summaries where the relationship between each term and its value should stay visually obvious.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Row layout and see how it fits into this area.
Row layout
Section titled “Row layout”Enable Row to align terms and descriptions using Bootstrap’s grid. This step matters because Row layout is part of Selection Panels Properties Desclistrow, and understanding that context makes the next action easier to repeat in your own project.
Edit terms and descriptions
Section titled “Edit terms and descriptions”Each row is made of a term (dt) and a description (dd). Let’s look at how you edit each one.
Term (dt)
Section titled “Term (dt)”Terms (dt) are the labels—short and scannable. This step matters because Term (dt) is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Term text
Section titled “Term text”Edit the Text field to change the term content. This step matters because Term text is part of Selection Panels Properties Desclisttermtext, and understanding that context makes the next action easier to repeat in your own project.
Description (dd)
Section titled “Description (dd)”Descriptions (dd) hold the value text and can be longer if needed. This step matters because Description (dd) is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Description text
Section titled “Description text”Edit the Text field to change the description content. This step matters because Description text is part of Selection Panels Properties Desclistdesctext, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Content topics or return to the Content menu.
Images
Section titled “Images”Work with responsive images: fluid sizing, thumbnails, alignment, and common image helpers.
Review image properties
Section titled “Review image properties”Images often need responsive sizing, correct alt text, and consistent rounding/alignment. Let’s review the key image options.
Image example
Section titled “Image example”Bootstrap image options focus on responsiveness, alignment, and subtle presentation patterns like figures and captions.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Image: Src and see how it fits into this area.
Image: Src
Section titled “Image: Src”Use Src to choose the image file. This step matters because Image: Src is part of Selection Panels Properties Imgsrc, and understanding that context makes the next action easier to repeat in your own project.
Image: Alt (accessibility)
Section titled “Image: Alt (accessibility)”Use Alt for accessibility and SEO. Write descriptive alt text for meaningful images. This step matters because Image: Alt (accessibility) is part of Selection Panels Properties Imgalt, and understanding that context makes the next action easier to repeat in your own project.
Image: Loading
Section titled “Image: Loading”Use Loading to enable lazy loading for below-the-fold images. This step matters because Image: Loading is part of Selection Panels Properties Imgloading, and understanding that context makes the next action easier to repeat in your own project.
Image: Responsive
Section titled “Image: Responsive”Use Responsive to add img-fluid so the image scales with the container. This step matters because Image: Responsive is part of Selection Panels Properties Imgresponsive, and understanding that context makes the next action easier to repeat in your own project.
Image: Rounding
Section titled “Image: Rounding”Use Rounding for rounded corners or circle images. This step matters because Image: Rounding is part of Selection Panels Properties Imgelementrounding, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with tables or return to the Content menu.
Tables
Section titled “Tables”Style tables with Bootstrap classes: borders, hover/striped, responsive wrappers, and alignment.
Table styling
Section titled “Table styling”Bootstrap tables add readability (striping, hover, borders) and can be wrapped for responsive scrolling. Let’s review the key table options.
Table example
Section titled “Table example”Tables are deeply nested (thead/tbody/tr/td), so it’s common to style the table itself while editing content inside rows and cells.
Orient yourself in Properties panel
Section titled “Orient yourself in Properties panel”Start with the wider context in the Properties panel so the next control makes sense in the full workflow. In the next step, you will focus on Table: Theme and see how it fits into this area.
Table: Theme
Section titled “Table: Theme”Use Theme for light/dark tables. This step matters because Table: Theme is part of Selection Panels Properties Tabletheme, and understanding that context makes the next action easier to repeat in your own project.
Table: Background variant
Section titled “Table: Background variant”Use Back Color for contextual table variants (primary/success/etc.). This step matters because Table: Background variant is part of Selection Panels Properties Tableelementcolor, and understanding that context makes the next action easier to repeat in your own project.
Table: Striped / Hover / Small
Section titled “Table: Striped / Hover / Small”Use Striped, Hover, and Small for common table density and interaction patterns. This step matters because Table: Striped / Hover / Small is part of Selection Panels Properties Tablestriped, and understanding that context makes the next action easier to repeat in your own project.
Table: Bordered + border color
Section titled “Table: Bordered + border color”Use Bordered and Border Color when you need stronger table separation. This step matters because Table: Bordered + border color is part of Selection Panels Properties Tablebordered, and understanding that context makes the next action easier to repeat in your own project.
Responsive wrapper
Section titled “Responsive wrapper”Responsive wrappers add horizontal scrolling on smaller screens, without breaking the table layout.
Responsive wrapper
Section titled “Responsive wrapper”The .table-responsive wrapper controls when scrolling is enabled (not the table itself). This step matters because Responsive wrapper is part of Design View, and understanding that context makes the next action easier to repeat in your own project.
Responsive: Breakpoint behavior
Section titled “Responsive: Breakpoint behavior”Use Responsive to choose if the table should scroll horizontally always, or only up to a specific breakpoint. This step matters because Responsive: Breakpoint behavior is part of Selection Panels Properties Tableresponsivetype, and understanding that context makes the next action easier to repeat in your own project.
Next steps
Section titled “Next steps”Continue with other Content topics or return to the Content menu.