UNPKG
@scrolia/vanilla
Version:
dev (0.6.0-dev.4)
latest (0.6.0)
0.6.0
0.6.0-dev.4
0.6.0-dev.3
0.6.0-dev.2
0.6.0-dev.1
0.6.0-dev.0
0.5.0
0.4.0
0.4.0-dev-03f417gex0
0.4.0-dev-03f3vpfj2r
0.4.0-dev-03f3hkk2h6
0.4.0-dev-03f3drn1a8
0.4.0-dev-03f353t6yd
0.4.0-dev-03f33x8rh1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A headless scrollbar component
github.com/scrolia/vanilla
scrolia/vanilla
@scrolia/vanilla
/
dist
/
functions
/
attribute.js
9 lines
(7 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
getPropsFromAttributes
= (
attributes
) => {
const
props = {};
for
(
const
attribute
of
attributes) props[attribute.
name
] = attribute.
value
;
return
props; };
exports
.
getPropsFromAttributes
= getPropsFromAttributes;
//# sourceMappingURL=attribute.js.map