Skip to content

Commit 5008555

Browse files
authored
style: image and copy updates (#33)
* image and copy updates * more copy updates * image and copy updates * more copy updates * update new components * one more
1 parent 7cd244a commit 5008555

File tree

26 files changed

+71
-48
lines changed

26 files changed

+71
-48
lines changed

components/.ExampleComponent/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ExampleComponent
1+
# `<ExampleComponent/>`
22

33
## Overview
44

5-
This is the default `<ExampleComponent />` that we pre-fill when you create a new component in ReadMe! You can use this is a starter template for your own component.
5+
This is the default `<ExampleComponent />` template added when you create a new component in ReadMe. Use this space to briefly describe what your component does.
66

77
Upload a screenshot of the component using the format `component-name.png` and dimensions of 800x450 pixels (16:9).
88
<img src="example-component.png" width="800" />

components/Accordion/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Accordion
1+
# `<Accordion/>`
22

33
## Overview
44

5-
An accordion can be used to expand and collapse sections of content. You can add this customizable component to your docs to organize and display large amounts of information in a compact and interactive way.
5+
Expand and collapse sections of content to organize and display large amounts of information in a compact, interactive way.
66

77
<img src="accordion.png" width="800" />
88

components/AdvancedTable/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# AdvancedTable
1+
# `<AdvancedTable/>`
22

33
## Overview
44

5-
AdvancedTables can be used to interact with tabular data. It supports real-time filtering, column sorting, pagination for large datasets, and CSV exporting.
5+
Interact with tabular data that supports real-time filtering, column sorting, pagination for large datasets, and CSV exporting.
66

77
<img alt="Table with filter, sorting, and pagination options" src="advanced-table.png" width="800" />
88

components/Banner/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Banner
1+
# `<Banner/>`
22

33
## Overview
44

5-
Banners can be used to visually highlight important information, announcements, or calls to action directly inside a page. You can customize the message, text, and colors, as well as the position whether it's inline or at the top of the header.
5+
Visually highlight important information, announcements, or calls to action directly inside a page. Customize the message, text, and colors, as well as the position whether it's inline or at the top of the header.
66

77
<img src="banner.png" width="800" />
88

components/Cards/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Cards
1+
# `<Cards/>`
22

33
## Overview
44

5-
Cards can be used to display content in an organized grid layout. Each card can contain a title, icon, and descriptive text, and optionally link to another page. It's useful for showcasing features, links, or grouped information in a visually structured way.
5+
Display content in an organized grid layout. Each card can include a title, icon, and description, and optional link. This is great for showcasing features, links, or grouped information clearly.
66

77
<img src="cards.png" width="800" />
88

components/Columns/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Columns
1+
# `<Columns/>`
22

33
## Overview
44

5-
Columns can be used to arrange content side by side in a responsive grid layout. You can create multi-column sections that support both fixed-width and auto-sizing layouts in your docs.
5+
Arrange content side-by-side in a responsive grid layout. Create multi-column sections that support both fixed-width and auto-sizing layouts in your docs.
66

77
<img src="columns.png" width="800" />
88

components/Compatibility/readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# `<Compatibility />`
1+
# `<Compatibility/>`
22

33
## Overview
44

5-
If you have features that aren't available on every plan or configuration, this module is for you! You can list out plans and a true/false to indicate if it's available.
5+
Show compatibility across features, plans, or anything you need!
66

7-
_Coming Soon: Mobile support, darkmode, more options_
8-
9-
![Compatibility](compat.png)
7+
![Compatibility](compatibility.png)
108

119
## Usage
1210

components/GitHubBadge/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# `GitHubBadge`
1+
# `<GitHubBadge/>`
22

33
## Overview
44

5-
This component displays a badge that links to a GitHub actions workflow status. It is useful for showing the status of a CI/CD pipeline or other automated workflows.
5+
Display a badge that links to a GitHub actions workflow status, useful for showing the status of automated workflows.
6+
7+
<img alt="GitHub Badge" src="github-badge.png" width="800" />
68

79
## Usage
810

components/KeyPress/readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# KeyPress Component
1+
# `<KeyPress/>`
22

3-
The `KeyPress` component allows you to render children elements based on a specific key combination being pressed.
3+
## Overview
4+
5+
Render children elements based on a specific key combination being pressed.
6+
7+
<img alt="Show elements based on key combination pressed" src="key-press.png" width="800" />
48

59
## Usage
610

components/Latex/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# `<Latex />`
1+
# `<Latex/>`
22

33
## Overview
44

5-
A component to render LaTeX syntax. (**Note**: this will fetch the `react-latex-next` package from a CDN on page load.)
5+
Render LaTeX syntax. (**Note**: this will fetch the `react-latex-next` package from a CDN on page load.)
6+
7+
<img alt="Use LaTeX syntax with MDX" src="latex.png" width="800" />
68

79
## Usage
810

0 commit comments

Comments
 (0)