Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 214 Bytes

File metadata and controls

11 lines (9 loc) · 214 Bytes

theme-widget

theme widget component

usage

npm install playproject-ui/theme-widget --save

const theme_widget = require('theme-widget')
const element = theme_widget()
document.body.append(element)