Skip to content

docs(component): added missing components #4186

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joesphchang
Copy link
Contributor

@joesphchang joesphchang commented Jul 10, 2025

Resolves #3986

Changes I made

  • Utilized given screenshot to update components page.
  • Uploaded given photos into icons folder
  • Rearranged components page and wrote out description.
  • Ran npm run lint and npm run spellcheck with no errors.

@joesphchang joesphchang requested a review from a team as a code owner July 10, 2025 17:28
@joesphchang joesphchang requested a review from thetaPC July 10, 2025 17:28
Copy link

vercel bot commented Jul 10, 2025

@joesphchang is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Jul 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2025 4:47pm

Copy link
Member

@brandyscarney brandyscarney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, nice work! I have a few suggestions for the descriptions and noticed one incorrect link. I've shared it with our designer, so feel free to hold off on changes until I hear back, if that's easier. I'll let you know if they have any additional feedback. 🙂

<DocsCard header="Action Sheet" href="api/action-sheet" img="/icons/feature-component-actionsheet-icon.png">
<p>Action Sheets display a set of options with the ability to confirm or cancel an action.</p>
<DocsCard header="Accordion" href="api/accordion" img="/icons/feature-component-accordion-icon.png">
<p>Accordions provide collapsible sections in your content.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Accordions provide collapsible sections in your content.</p>
<p>Accordions provide collapsible sections in your content to reduce vertical space while providing a way of organizing and grouping information.</p>

@@ -81,16 +89,19 @@ Ionic apps are made of high-level building blocks called Components, which allow
<p>Inputs provides a way for users to enter data in your app.</p>
</DocsCard>

<DocsCard header="Item" href="api/item" icon="/icons/component-item-icon.png">
<DocsCard header="Item" href="api/item" img="/icons/feature-component-item-icon.png">
<p>Items are an all-purpose UI container that can be used as part of a list.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Items are an all-purpose UI container that can be used as part of a list.</p>
<p>Items are elements that can contain text, icons, avatars, images, inputs, and any other native or custom elements. Items can be swiped, deleted, reordered, edited, and more.</p>

Comment on lines +102 to +103
Media refers to a collection of Ionic's media-related components like ion-avatar, ion-img, ion-icon, and
ion-thumbnail.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Media refers to a collection of Ionic's media-related components like ion-avatar, ion-img, ion-icon, and
ion-thumbnail.
A collection of media components, including avatars, icons, images, and thumbnails, designed to
enhance visual content.

</DocsCard>

<DocsCard header="OTP Input" href="api/input-otp" icon="/icons/component-input-otp-icon.png">
<p>Input OTP component simplifies entering one-time passwords with a customizable, multi-box interface.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Input OTP component simplifies entering one-time passwords with a customizable, multi-box interface.</p>
<p>OTP inputs offer a simple way to enter one-time passwords using multiple boxes with automatic focus.</p>

@@ -149,7 +168,11 @@ Ionic apps are made of high-level building blocks called Components, which allow
<p>Toggles are an input for binary options, often used for options and switches.</p>
</DocsCard>

<DocsCard header="Toolbar" href="api/toolbar" icon="/icons/component-toolbar-icon.png">
<p>Toolbars are used to house information and actions relating to your app.</p>
<DocsCard header="Toolbar" href="api/toolbar" icon="/icons/component-toolbar-icon.png">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are some of these not indented? Is the linter messing it up?

@@ -101,6 +112,14 @@ Ionic apps are made of high-level building blocks called Components, which allow
<p>Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p>
</DocsCard>

<DocsCard header="Navigation" href="api/menu" icon="/icons/component-navigation-icon.png">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<DocsCard header="Navigation" href="api/menu" icon="/icons/component-navigation-icon.png">
<DocsCard header="Navigation" href="api/nav" icon="/icons/component-navigation-icon.png">

@brandyscarney brandyscarney self-requested a review July 11, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

content: accordion missing on the component page
2 participants