You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/content/images.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Images
3
3
description: Documentation and examples for opting images into responsive behavior (so they never become wider than their parent) and add lightweight styles to them—all via classes.
Copy file name to clipboardExpand all lines: site/src/content/docs/content/prose.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Prose
3
3
description: Use the `.prose` wrapper class to make long form content more easily without the need for specifying Bootstrap classes on every element. Especially useful for converting Markdown or MDX to HTML, or simply for making content heavy pages more readable.
Copy file name to clipboardExpand all lines: site/src/content/docs/content/reboot.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: Reboot
3
3
description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
Copy file name to clipboardExpand all lines: site/src/content/docs/forms/chip-input.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
title: Chip input
3
3
description: Create tag-like inputs for multi-value fields like skills, categories, or email recipients using themed chips.
4
4
toc: true
5
+
css_layer: forms
6
+
js: required
5
7
---
6
8
7
9
import { getData } from'@libs/data'
@@ -23,7 +25,7 @@ See examples of all of this in action below.
23
25
24
26
Use `.chip` for standalone chips. Add `.chip-icon` for a leading icon, `.chip-img` for an image like an avatar, and `.chip-dismiss` for a remove button. Note that we use an inline SVG for the dismiss button icon—you can modify this as needed. JavaScript users can use the `dismissIcon` option for passing a custom SVG.
Copy file name to clipboardExpand all lines: site/src/content/docs/forms/datepicker.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
title: Datepicker
3
3
description: A flexible date picker component powered by Vanilla Calendar Pro, with Bootstrap styling and data attribute support.
4
4
toc: true
5
+
css_layer: components
6
+
js: required
7
+
deps:
8
+
- title: Vanilla Calendar Pro
9
+
url: https://vanilla-calendar.pro/
5
10
---
6
11
7
12
## Overview
@@ -29,7 +34,7 @@ Note that we're using a width utility of `.w-12` to ensure the input is wide eno
29
34
Use the [form adorn component]([[docsref:/forms/form-adorn]]) to add a calendar icon alongside the datepicker input. When the input is inside a `.form-adorn` wrapper, the calendar automatically positions relative to the wrapper instead of the input.
0 commit comments