mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
19 stars 2 forks source link

[duoyun-ui] Use css-in-js #164

Closed mantou132 closed 4 months ago

mantou132 commented 5 months ago

Convenient for users to modify element styles

DuoyunLinkElement[Symbol.metadata].adoptedStyleSheets.push(createCSSStyleSheet({
  [styles.card]: styled.class`
    border-radius: 4px;
  `
}))