abdullah / leylim

Leylim is a agile and scalable content builder which simpler and provide content for mobile divice

Home Page:https://abdullah.github.io/leylim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNDER DEVELOPMENT

What's the Leylim?

Coverage Status Build Status

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

Motivation

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 💪

Quick start

Install
npm i -S leylim
Import your project
import Leylim from 'leylim'; // Core
import lComponents from 'leylim/components/l-components'; // Components generated by us
import 'leylim/dist/leylim.css'; // Style
Copy thumbnails folder
cp -r node_modules/leylim/dist/assets/component-images ./myThumbnailPaths

Use

const components = lComponents;
new Leylim({
  el: '#app', // Which parent node?
  thumbnailPath: 'myThumbnailPaths/', // Say where thumbnail path to leylim.
  components // Aviableble components
});

That's All!

About

Leylim is a agile and scalable content builder which simpler and provide content for mobile divice

https://abdullah.github.io/leylim/

License:MIT License


Languages

Language:JavaScript 86.4%Language:CSS 10.5%Language:HTML 1.7%Language:Shell 1.4%