mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-24 07:44:42 +08:00
Bugfixes, added pin types, colors
This commit is contained in:
9
js/template/pin/MinimalPinTemplate.js
Normal file
9
js/template/pin/MinimalPinTemplate.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { html } from "lit"
|
||||
import PinTemplate from "./PinTemplate"
|
||||
|
||||
export default class MinimalPinTemplate extends PinTemplate {
|
||||
|
||||
render() {
|
||||
return html`<div class="ueb-pin-icon">${this.renderIcon()}</div>`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user