Result

Full-page feedback states for success, error, warning, info, and 404 pages.

Success

Payment Successful

Your payment of $299.00 has been processed. A confirmation email has been sent to john@example.com.

<div class="sui-result sui-result-success sui-card">
  <div class="sui-result-icon">&#10003;</div>
  <h2 class="sui-result-title">Payment Successful</h2>
  <p class="sui-result-desc">Your payment of $299.00 has been processed. A confirmation email has been sent to john@example.com.</p>
  <div class="sui-result-actions">
    <button class="sui-btn sui-btn-primary">View Order</button>
    <button class="sui-btn sui-btn-outline">Back to Home</button>
  </div>
</div>

Error

Something Went Wrong

We couldn't process your request. Please try again or contact support if the issue persists.

<div class="sui-result sui-result-error sui-card">
  <div class="sui-result-icon">&#10007;</div>
  <h2 class="sui-result-title">Something Went Wrong</h2>
  <p class="sui-result-desc">We couldn't process your request. Please try again or contact support if the issue persists.</p>
  <div class="sui-result-actions">
    <button class="sui-btn sui-btn-danger">Try Again</button>
    <button class="sui-btn sui-btn-outline">Contact Support</button>
  </div>
</div>

Warning

Account Suspended

Your account has been temporarily suspended due to unusual activity. Please verify your identity to restore access.

<div class="sui-result sui-result-warning sui-card">
  <div class="sui-result-icon">&#9888;</div>
  <h2 class="sui-result-title">Account Suspended</h2>
  <p class="sui-result-desc">Your account has been temporarily suspended due to unusual activity. Please verify your identity to restore access.</p>
  <div class="sui-result-actions">
    <button class="sui-btn sui-btn-warning">Verify Identity</button>
    <button class="sui-btn sui-btn-outline">Learn More</button>
  </div>
</div>

404 Not Found

🔍

Page Not Found

The page you're looking for doesn't exist or has been moved. Check the URL or go back to the homepage.

<div class="sui-result sui-result-404 sui-card">
  <div class="sui-result-icon">&#128269;</div>
  <h2 class="sui-result-title">Page Not Found</h2>
  <p class="sui-result-desc">The page you're looking for doesn't exist or has been moved. Check the URL or go back to the homepage.</p>
  <div class="sui-result-actions">
    <button class="sui-btn sui-btn-primary">Go Home</button>
    <button class="sui-btn sui-btn-outline">Go Back</button>
  </div>
</div>

Inset

Email Verified

Your email address has been successfully verified. You can now access all features.

<div class="sui-result sui-result-info sui-result-inset">
  <div class="sui-result-icon">&#9432;</div>
  <h2 class="sui-result-title">Email Verified</h2>
  <p class="sui-result-desc">Your email address has been successfully verified. You can now access all features.</p>
  <div class="sui-result-actions">
    <button class="sui-btn sui-btn-info">Continue</button>
  </div>
</div>

Delete this item?

This action cannot be undone. This will permanently delete the item and remove all associated data.