Skip to content

主題與樣式

SoDialog 透過 sod- 類名前綴和 --sod-* CSS Variables 暴露主題介面。

css
.my-dialog-scope {
  --sod-modal-radius: 10px;
  --sod-color-primary: #0f766e;
  --sod-toast-width: 360px;
}

Bootstrap

Bootstrap compatibility is a feature. Bootstrap dependency is forbidden.

Released under the MIT License.