react-melon / melon-listview

melon list component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melon-listview

Build Status Coverage Status

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

  1. please check out this first.

  2. npm install -S melon-listview

bower

  1. bower install -S melon-listview

  2. config your requirejs / esl

    require.config({
        paths: {
            'melon-listview': 'bower_components/melon-listview/lib/ListView'
        }
    });

API Document

check this out

Run the example

git clone git@github.com:react-melon/melon-listview.git
cd melon-listview
npm install
npm start
open http://localhost:8080/example

About

melon list component


Languages

Language:JavaScript 95.9%Language:HTML 2.6%Language:CSS 1.5%