Tooltipコンポーネントを追加 - #110
Merged
Merged
Conversation
added 3 commits
July 17, 2025 19:09
- ツールチップコンポーネントの実装 - ツールチップのトリガーとコンテンツのテストを追加 - ツールチップの位置指定機能を追加 - ツールチップのJSONメタデータを追加
- Tooltipコンポーネントの概要を明確に記述 - 使用例を追加して利用方法を示す
- Tooltipコンポーネントの説明文を簡略化しました。
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
touyou
approved these changes
Jul 18, 2025
| side: { | ||
| control: { type: "select" }, | ||
| options: ["top", "right", "bottom", "left"], | ||
| description: "TooltipContentの表示位置", |
Member
There was a problem hiding this comment.
nits: ここ元のものが上書きされちゃうのと二重管理になるのでdescriptionだけ削除いただくがいいかもです!
- TooltipContentの表示位置の説明を削除
- サイドバー関連のファイルを削除しました。
- TooltipContentの型定義を修正 - ストーリーでのTooltipコンポーネントの使用を更新 - 不要なargTypesの削除
- Tooltipコンポーネントの概要を追加 - 使用例を追加 - TooltipContentの説明を簡潔に更新
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Tooltipコンポーネントを追加しました
変更内容
動作確認
pnpm lintを実行pnpm buildを実行してプロジェクトが正常にビルドされることを確認pnpm testを実行してテストがすべて成功することを確認関連 Issue
[SPARKLE-738] Tooltipコンポーネントを開発時に使用できる goodpatch/sparkle-design-issue-archive#38