Here is Admonition component
import Admonition from "@/components/ui/admonition" export function Component() { return ( <Admonition type="warning" title="Important Notice"> This is an important message that users should pay attention to. </Admonition> ) } export default Component;
Part of deltacomponents — browse the full library on 21st.dev.