lpm-transpilers
v0.1.8
Published
Layout Package Manager Project
Downloads
4
Readme
lpm-transpilers
transform Layout-JSON to HTML/SASS, ReactJS, React Native
Specifications
- Markup: support responsive layouts, variables, placeholders Layout-JSON specification
- Transpilers: to HTML / SASS, ReactJS and React Native
Usage
Here is a quick example to get you started:
Import
import {format} from 'lpm-core/transpilers/reactNative/parse';
const code = format(layoutJson, 1, 'ComponentName');
Contribution
To run locally install all the dependencies:
dev:
npm install
test:
npm test
License
This project is licensed under the terms of the MIT license