Skip to content

[pull] main from coreui:main #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 2, 2024
Prev Previous commit
Next Next commit
docs: update content
  • Loading branch information
mrholek committed Dec 2, 2024
commit 83fc24fc7ca81c72b8e8dfae69e756c4c5fa77c9
2 changes: 1 addition & 1 deletion packages/docs/content/components/spinner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Use [margin utilities](https://coreui.io/docs/utilities/spacing/#margin-and-padd

### Placement

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.
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.

#### Flex

Expand Down
1 change: 1 addition & 0 deletions packages/docs/content/customize/options.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Options
name: Options
description: Quickly customize CoreUI for React with built-in variables to easily toggle global CSS preferences for controlling style and behavior.
menu: Customize
Expand Down
1 change: 1 addition & 0 deletions packages/docs/content/layout/breakpoints.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Breakpoints
name: Breakpoints
description: Breakpoints are the triggers in CoreUI for React.js for how your layout responsive changes across device or viewport sizes.
menu: Layout
Expand Down
1 change: 1 addition & 0 deletions packages/docs/content/layout/columns.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Columns
name: Columns
description: Learn how to modify columns with a handful of options for alignment, ordering, and offsetting thanks to our flexbox grid system.
menu: Layout
Expand Down
3 changes: 2 additions & 1 deletion packages/docs/content/layout/grid.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Grid
title: Grid
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.
menu: Layout
route: '/layout/grid'
route: "/layout/grid"
---

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