JSFiddle - React, Tailwind, and code Playground
by enyojs
JavaScript
enyo.kind({
name: "MySample",
components: [
{kind: "onyx.Toolbar", content: "Your sample here"},
{kind: "enyo.Image", style:"-webkit-filter: grayscale(0.5) blur(10px);", src:"http://10.194.183.171/dev/enyo/github/testapps/moon-soundcloud/assets/sc-tearout.png"}
]
});
new MySample({fit:true}).write();