I was watching web component recently, learning about <template>
, shadow DOM, Custom Elements, HTML imports. So I decided create a web component, but not using any polyfills.
So, <self-clip>
is rarely supported, it's able to run in which had implemented import attribute and registerElement function.
To use it, simply download the element.html that inside the component file.
<link rel="import" href="element.html">
<self-clip></self-clip>
Set data-
attributes, you can generate online or checkout these usable options:
- data-background: color (Hex)
- data-hair: color (Hex)
- data-cloth: color (Hex)
- data-eyes: color (Hex)
- data-config
- hair
- length
- long
- short
- bang
- left
- right
- none
- length
- sense
- eyes
- big
- small
- mouth
- joy
- shy
- eyes
- accessory
- none
- glass
- earrings
- hair
![Image of self-clip example] (https://reehoiyan.github.io/self-clip/assets/icons.png)