UNPKG
ractive-ez-icon
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
Ractive Ez UI Icon
github.com/BartVanBeurden/ractive-ez-icon
BartVanBeurden/ractive-ez-icon
ractive-ez-icon
/
lib
/
EzIcon.js
10 lines
(7 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Ractive
from
'ractive'
;
'ractive-ez-core'
;
import
'./EzIcon.less'
;
const
EzIcon
=
Ractive
.
components
.
EzIcon
=
Ractive
.
extend
({
template
:
require
(
"./EzIcon.html"
) });
export
default
EzIcon
;