x
1
2
3
4
5
6
7
8
<div data-controller="sui-notification" class="p-4 rounded-xl border text-sm flex items-start gap-3 bg-blue-50 dark:bg-blue-900/20 text-blue-800 dark:text-blue-300 border-blue-200 dark:border-blue-800">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<div class="flex-1">
<p>Your wallet is connected to Devnet.</p>
</div>
</div>
1
2
3
4
5
render Solrengine::Ui::NotificationComponent.new(
message: "Your wallet is connected to Devnet.",
type: :info,
dismissible: false
)