Skip to content

Commit 83fc24f

Browse files
committed
docs: update content
1 parent 54d8484 commit 83fc24f

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

packages/docs/content/components/spinner.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Use [margin utilities](https://coreui.io/docs/utilities/spacing/#margin-and-padd
7373

7474
### Placement
7575

76-
Use [flexbox utilities][https://coreui.io/docs/utilities/flex/], [float utilities][https://coreui.io/docs/utilities/float/], or [text alignment][https://coreui.io/docs/utilities/text/] utilities to place spinners exactly where you need them in any situation.
76+
Use [flexbox utilities](https://coreui.io/docs/utilities/flex/), [float utilities](https://coreui.io/docs/utilities/float/), or [text alignment](https://coreui.io/docs/utilities/text/) utilities to place spinners exactly where you need them in any situation.
7777

7878
#### Flex
7979

packages/docs/content/customize/options.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Options
23
name: Options
34
description: Quickly customize CoreUI for React with built-in variables to easily toggle global CSS preferences for controlling style and behavior.
45
menu: Customize

packages/docs/content/layout/breakpoints.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Breakpoints
23
name: Breakpoints
34
description: Breakpoints are the triggers in CoreUI for React.js for how your layout responsive changes across device or viewport sizes.
45
menu: Layout

packages/docs/content/layout/columns.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Columns
23
name: Columns
34
description: Learn how to modify columns with a handful of options for alignment, ordering, and offsetting thanks to our flexbox grid system.
45
menu: Layout

packages/docs/content/layout/grid.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Grid
3+
title: Grid
34
description: Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, six default responsive tiers, Sass variables and mixins, and dozens of predefined classes.
45
menu: Layout
5-
route: '/layout/grid'
6+
route: "/layout/grid"
67
---
78

89
import { CCol, CContainer, CRow } from '@coreui/react/src/index'

0 commit comments

Comments
 (0)