2024-11-26 23:36:55 +08:00
|
|
|
{{template "devtest/devtest-header"}}
|
2024-06-27 21:58:38 +08:00
|
|
|
<div>
|
|
|
|
<h1>Toast</h1>
|
|
|
|
<div>
|
|
|
|
<button class="ui button toast-test-button" data-toast-level="info" data-toast-message="test info">Show Info Toast</button>
|
|
|
|
<button class="ui button toast-test-button" data-toast-level="warning" data-toast-message="test warning">Show Warning Toast</button>
|
|
|
|
<button class="ui button toast-test-button" data-toast-level="error" data-toast-message="test error">Show Error Toast</button>
|
|
|
|
<button class="ui button toast-test-button" data-toast-level="error" data-toast-message="very looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong message">Show Error Toast (long)</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-11-26 23:36:55 +08:00
|
|
|
{{template "devtest/devtest-footer"}}
|