项目作者: timbset

项目描述 :
Advanced React Components
高级语言: JavaScript
项目地址: git://github.com/timbset/react-advanced.git
创建时间: 2018-01-17T15:37:50Z
项目社区:https://github.com/timbset/react-advanced

开源协议:MIT License

下载




React Advanced

React Advanced is a library with high-performance, customizable and perfect React components.
See the list of available components

Principles

  • High performance
  • No dependencies. Small bundle size
  • Semver. No breaking changes on the patch version
  • Easy customization
  • Zero bugs policy
  • Easy start with default behavior

Installation

  1. yarn add react-advanced

or

  1. npm install --save react-advanced

Usage

```jsx harmony
import React from ‘react’;
import { render } from ‘react-dom’;
import SidebarLayout from ‘react-advanced/SidebarLayout’;

const Sidebar = (props) => (



Your Sidebar

);

const App = () => (

{props => (



Your content


)}

);

render(, document.getElementById(‘root’));
```

Components

Contribution

Write your ideas or feedback about library to the issues.
Vote for features in which you are interested.
Contribution guide will be added soon.