1.1.4 • Published 7 years ago

leylim v1.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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!

1.1.4

7 years ago

1.1.3

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago