Loading...

Toast

Default Toast

Use Bootstrap's default toast to display notifications with .toast class. To show a toast, add the .show class and use JavaScript for automatic dismissal.

Live example

Check out the live example of a Bootstrap toast by adding a <div class="toast"> with .toast class to your page. Use JavaScript to show or hide the toast and customize its content as needed.

Color schemes

Apply color schemes to Bootstrap toasts using classes like .bg-success or .bg-danger. These classes change the toast's background color to match different themes, such as success or error.

Toast Placement

Set toast placement in Bootstrap using classes like .top-0 .start-50 or .bottom-0 .end-0. These classes position the toast in different corners of the screen.

... Herozi 11 mins ago
Hello, world! This is a toast message.
Custom toast color example

Customize toast colors in Bootstrap by applying classes like .bg-primary or .text-light to the <div class="toast">. This allows you to set custom background and text colors for your toasts.

Preview Settings

Theme Layouts

Defines the admin panel's layout style, allowing you to choose from different design options.

Color Mode

Choose if app's appearance should be light or dark, or follow your computer's settings.

RTL Mode

Toggle between LTR and RTL layouts to support different language directions.

Preset Themes

Choose a preset theme from out theme library.

Sidebar Colors

Sets the sidebar color scheme. Options include light, dark, or gradient styles.

Navbar Positions Options

Sets the navbar position: sticky, static, or hidden.

Navbar Type Options

Sets the navbar style: default, dark, transparent, or glass.

Font Options

Sets the fonts for headings and body text.

Font Size Options

Sets the font size: sm, md, or lg.

Rounded Options

Sets the border radius size: xs, sm, md, lg, or xl.

Container Options

Defines the container style: fluid (full-width) or boxed (fixed width).

Loader Options

Sets the page loader visibility: hidden or visible.