Generate Bootstrap Component HTML
bs_generate_componentGenerates ready-to-use Bootstrap 5 HTML components for pasting into Bootstrap Studio's Custom Code panel. Supports 20+ components including navbar, hero, accordion, and more.
Instructions
Generate ready-to-use Bootstrap 5 component HTML that can be pasted into Bootstrap Studio's Custom Code panel.
Generates production-quality HTML for common Bootstrap components with proper attributes and structure.
Available components: accordion, alert, badge, breadcrumb, card, carousel, contact-form, faq, features, footer, form, hero, modal, navbar, pricing, progress, spinner, stats, table, testimonial, timeline
Args:
component (string): Component type to generate
description (string, optional): Context/comments about the component's purpose
Returns: Formatted HTML string for the requested component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component type. Available: accordion, alert, badge, breadcrumb, card, carousel, contact-form, faq, features, footer, form, hero, modal, navbar, pricing, progress, spinner, stats, table, testimonial, timeline | |
| description | No | Optional description/comment for the component |