0.2.1 • Published 7 years ago

react-layout-kits v0.2.1

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

React Layout Kits · npm version Build Status Coverage Status npm.io PRs Welcome

A set of layout components for react.

Table of Contents

Install

yarn add react-layout-kits

Usage

ES6 and CommonJS builds are available with each distribution. For example:

import React from 'react';
import ReactDOM from 'react-dom';
import { FullCanvas } from 'react-layout-kits';

ReactDOM.render(
  <FullCanvas className='example'></FullCanvas>
);

Or,

var React       = require('react');
var ReactDOM    = require('react-dom');
var ReactLayout = require('react-layout-kits');

ReactDOM.render(
  <ReactLayout.FullCanvas className='example'></ReactLayout.FullCanvas>
);

Contribute

Use GitHub issues for requests.

See the contribute files!

PRs accepted.

Todo

  • make it more accessible for everyone
  • add doc for introducing accessibility
  • add doc like react-canvas for introducing each (high-order) component
  • add doc for introducing how to build
  • add doc for introducing how to preview the given example in the local
  • add doc for introducing the inspiration(or motivation) for creating this component
  • provide schematic
  • tell the advantages
  • provide roadmap
  • provide release notes
  • provide changelog
  • provide online preview
  • provide a place for discussion
  • show the conventions that project followed
  • provide help center(or recipes...)
  • add supported browsers
  • provide umd build
  • add Thanks section for some help from articles & developers(like node-config did)
  • optimize docs

License

MIT © Shen Weizhong.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago