Skip to content

Commit

Permalink
docs: update heading copy (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored Dec 13, 2024
1 parent 2c59714 commit 6063e06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/core/src/components/pds-button/docs/pds-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { components } from '../../../../dist/docs.json';

A button component to generate all versions of `pds-button` as outlined in [Figma](https://www.figma.com/file/sMbtLUHSt2vfKgKjyQ3052/%F0%9F%A7%A9-Sage-components?node-id=3%3A15&t=dIcvX1VtOu0FL0VE-0).

## Usage Guidelines
## Guidelines

### When to use

Expand Down
2 changes: 1 addition & 1 deletion libs/core/src/components/pds-chip/docs/pds-chip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { components } from '../../../../dist/docs.json';

Chips are used to inform users about the status of an object or to associate properties with a parent. Commonly used in tabular data to indicate status.

## Usage Guidelines
## Guidelines

### When to use
- To represent compact labels, statuses, or categories.
Expand Down
2 changes: 1 addition & 1 deletion libs/core/src/components/pds-divider/docs/pds-divider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { components } from '../../../../dist/docs.json';

A divider is a used to create a clear visual separation between sections of content within a layout.

## Usage Guidelines
## Guidelines

### When to use
- To visually separate distinct sections of content for better readability.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { components } from '../../../../dist/docs.json';

The Progress component shows the progress of a task or process. It's great for helping users understand what’s happening and how much longer they might have to wait.

## Usage Guidelines
## Guidelines

### When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { components } from '../../../../dist/docs.json';

Sortable is for creating containers of items that can be sorted via drag and drop functionality.

## Usage Guidelines
## Guidelines

### When to use
- Use the `sortable` component when you need to create an interface for reordering items through drag and drop.
Expand Down

0 comments on commit 6063e06

Please sign in to comment.