Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

content: improve components docs for the alignment property

オープン
#3,818 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
72/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
停滞
領域
documentation

調査の方向性

リンク先の配置セクションにある Checkbox、Radio、Toggle の API ドキュメント playground の例から始めます。既存の stacked-label の例を比較し、その後、ラベル配置の fixed、start、end に対する垂直方向の配置例を追加します。各コンポーネントで配置の動作が明確に示されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

content
URL

https://ionicframework.com/docs/api/

Issue Description

The following components have the alignment property documented at these links:

The playground examples currently only demonstrate how the alignment property works horizontally when the label placement is set to stacked. However, they do not show how the alignment property affects vertical alignment with the fixed, start, and end label placements.

We should add examples demonstrating how alignment works vertically, similar to the following, for each component:

<ion-checkbox alignment="start">
  <div class="ion-text-wrap">
    This is a really long label with a lot of text, causing the label to span 
    multiple lines. As a result, the checkbox will be vertically aligned in 
    the center, rather than at the start of the label.
  </div>
</ion-checkbox>

[!NOTE]
This is just one example of how to illustrate the usage. It doesn't have to be exactly like the example provided.

主要言語
MDX
スター
621
フォーク
3.2k
平均マージ
1日 2時間
マージ済み PR(30日)
86

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ionic-team/ionic-docs のほかの issue

ionic-team/ionic-docs の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。