UNPKG
@dash-ui-lib/core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.2-beta
0.0.1
0.0.1-beta
Core components for the @dash-ui-library
@dash-ui-lib/core
/
index.js
2 lines
(1 loc)
•
170 B
JavaScript
View Raw
1
2
const
getTheme
=(
)=>{
return
document
.
body
.
getAttribute
(
"data-theme"
)||
"light"
},changeTheme=
e
=>
(
document
.
body
.
setAttribute
(
"data-theme"
,e),e);
export
{changeTheme,getTheme};