-
-
Notifications
You must be signed in to change notification settings - Fork 225
Adding a supplementary explanation component with Markdown component #274
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
Adding a supplementary explanation component with Markdown component #274
Conversation
🦋 Changeset detectedLatest commit: 2131788 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note
の後にinfo
やwarn
などを記述した場合、変換して表示するAlert
コンポーネントのスタイルとアイコンを条件分岐した方が良いと思うので修正お願いしたいです。
https://qiita.com/Qiita/items/c686397e4a0f4f11683d#note---%E8%A3%9C%E8%B6%B3%E8%AA%AC%E6%98%8E
このようになります。
:::note info
インフォメーション
infoは省略可能です。
:::
:::note warn
インフォメーション
infoは省略可能です。
:::
:::note alert
インフォメーション
infoは省略可能です。
:::
条件分岐させるスタイルについてはAlert
のStorybookを参考にしてください。
@teru12012000 新しい機能をStoryで追加してほしいです。 |
Closes #257
Description
I want to be able to use a component that displays supplementary explanations using the Markdown component props remarkPlugin.
New behavior
When write note in
Markdown
component, can express a supplementary explanation using Yamada UIAlert
component.Is this a breaking change (Yes/No):
No
Additional Information