Leylim is a agile and scaleble content builder which simpler and provide content for mobile divice and only ~12KB
.
Also Leylim is a sing by Zülfü Livaneli 🎶
See Demo
Some cases you may need more than wysiwyg editor, we suppose you need a pure data of dirty html so any platform not support html tags
For example : <img />
(for Android). You want to display img on mobile application, you will need img source but you can replace html of img tag. In this case you can use Leylim, good right? and for more feature; custom component, lifeCycle method etc 💪
npm i -S leylim
import Leylim from 'leylim'; // Core
import lComponents from 'leylim/components/l-components'; // Components generated by us
import 'leylim/dist/leylim.css'; // Style
cp -r node_modules/leylim/dist/assets/component-images ./myThumbnailPaths
const components = lComponents;
new Leylim({
el: '#app', // Which parent node?
thumbnailPath: 'myThumbnailPaths/', // Say where thumbnail path to leylim.
components // Aviableble components
});