Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The React Bootstrap Button Group component allows you to group multiple buttons
Always include an accessible label using `aria-label` or `aria-labelledby` to clarify the purpose of the group.
</Callout>

React Bootstrap Button Groups can also be applied to a group of links instead of using the [`CNav`](./../navs-tabs/#base-nav) component.
React Bootstrap Button Groups can also be applied to a group of links instead of using the [`CNav`](../../navs-tabs/#base-nav) component.

<Example code={ButtonGroup2ExampleRaw} name="ButtonGroup2Example" componentName="React Bootstrap Button Group" class="theme-bootstrap">
<ButtonGroup2Example client:only="react" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Hover over the links below to see Bootstrap-style tooltips.

### Custom tooltips

You can customize the appearance of tooltips using [CSS variables](./styling/#css-variables). Below is an example with scoped overrides for a unique appearance.
You can customize the appearance of tooltips using [CSS variables](../styling/#css-variables). Below is an example with scoped overrides for a unique appearance.

<Example code={TooltipCustomExampleRaw} codeJs={TooltipCustomExampleJsRaw} name="TooltipCustomExample" componentName="React Bootstrap Tooltip" class="theme-bootstrap text-body-secondary">
<TooltipCustomExample client:only="react" />
Expand Down
11 changes: 0 additions & 11 deletions packages/docs/src/content/docs/forms/layout/bootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,3 @@ Use inline layouts to group form controls in a horizontal row, perfect for compa
<Example code={LayoutInlineFormsExampleRaw} name="LayoutInlineFormsExample" componentName="React Bootstrap Form Layout" class="theme-bootstrap">
<LayoutInlineFormsExample client:only="react" />
</Example>

## API reference

Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.

- [&lt;CForm /&gt;](../api/#cform)
- [&lt;CRow /&gt;](../api/#crow)
- [&lt;CCol /&gt;](../api/#ccol)
- [&lt;CFormLabel /&gt;](../api/#cformlabel)
- [&lt;CFormCheck /&gt;](../api/#cformcheck)
- [&lt;CFormInput /&gt;](../api/#cforminput)
11 changes: 0 additions & 11 deletions packages/docs/src/content/docs/forms/validation/bootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,3 @@ For compact layouts, validation messages can appear as tooltips. Make sure the p
<Example code={ValidationTooltipsExampleRaw} codeJs={ValidationTooltipsExampleJsRaw} name="ValidationTooltipsExample" componentName="React Bootstrap Form Validation" class="theme-bootstrap">
<ValidationTooltipsExample client:only="react" />
</Example>

## API reference

Refer to the API documentation for detailed descriptions of the props and features available:

- [&lt;CForm /&gt;](../api/#cform)
- [&lt;CFormCheck /&gt;](../api/#cformcheck)
- [&lt;CFormInput /&gt;](../api/#cforminput)
- [&lt;CFormSelect /&gt;](../api/#cformselect)
- [&lt;CFormTextarea /&gt;](../api/#cformtextarea)
- [&lt;CFormFeedback /&gt;](../api/#cformfeedback)
2 changes: 1 addition & 1 deletion packages/docs/src/content/docs/layout/gutters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ An alternative solution is to add a wrapper around the `<CRow>` with the `.overf

## Row columns gutters

Gutter props can also be added to [row columns](../layout/grid#row-columns). In the following example, we use responsive row columns and responsive gutter props.
Gutter props can also be added to [row columns](../grid#row-columns). In the following example, we use responsive row columns and responsive gutter props.

```jsx preview className="docs-example m-0 border-0 docs-example-cols"
<CContainer>
Expand Down
Loading