melon-listview
v1.0.1
Published
melon listview component
Readme
melon-listview
Usage
import React from 'react';
import ListView from 'melon-listview';
import ReactDOM from 'react-dom';
import './index.styl';
ReactDOM.render(
<ListView />,
document.getElementById('app')
);Setup
webpack
please check out this first.
npm install -S melon-listview
bower
bower install -S melon-listviewconfig your
requirejs/eslrequire.config({ paths: { 'melon-listview': 'bower_components/melon-listview/lib/ListView' } });
API Document
check this out
Run the example
git clone [email protected]:react-melon/melon-listview.git
cd melon-listview
npm install
npm start
open http://localhost:8080/example