-
-
Notifications
You must be signed in to change notification settings - Fork 12
Markdown
阿酱 edited this page Apr 20, 2023
·
1 revision
We have added some common components to dumi's existing markdown built-in components
A panel component that allows global debugging of theme colors. You can use this component to preview the built-in adaptation styles for all color schemes
<SettingPanel />
Rendering effects can be seen in the hover settings button on the right side of the document
Alerts are used to communicate a state that affects a system, feature or page.
- error
<Alert status='error'>
There was an error processing your request
</Alert>
There was an error processing your request
- success
<Alert status='success'>
Data uploaded to the server. Fire on!
</Alert>
Data uploaded to the server. Fire on!
- warning
<Alert status='warning'>
Seems your account is about expire, upgrade now
</Alert>
Seems your account is about expire, upgrade now
- info
<Alert status='info'>
Chakra is going live on August 30th. Get ready!
</Alert>
Chakra is going live on August 30th. Get ready!
- subtle
<Alert status='success' variant='subtle'>
Data uploaded to the server. Fire on!
</Alert>
Data uploaded to the server. Fire on!
- top-accent
<Alert status='success' variant='top-accent'>
Data uploaded to the server. Fire on!
</Alert>
Data uploaded to the server. Fire on!
- solid
<Alert status='success' variant='solid'>
Data uploaded to the server. Fire on!
</Alert>
Data uploaded to the server. Fire on!
- left-accent
<Alert status='success' variant='left-accent'>
Data uploaded to the server. Fire on!
</Alert>
Data uploaded to the server. Fire on!
<Alert status='error' variant='left-accent' title="Your browser is outdated!">
Your Chakra experience may be degraded.
</Alert>
Your Chakra experience may be degraded.
show ad or invite info
<Ad
image="https://images.unsplash.com/photo-1667489022797-ab608913feeb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw5fHx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=800&q=60"
submit="Buy Latte"
link="http://buymeacoffee.com/innocces"
title="The perfect latte"
description="Caffè latte is a coffee beverage of Italian origin made with espresso and steamed milk."
></Ad>