Advanced React Components
React Advanced is a library with high-performance, customizable and perfect React components.
See the list of available components
yarn add react-advanced
or
npm install --save react-advanced
```jsx harmony
import React from ‘react’;
import { render } from ‘react-dom’;
import SidebarLayout from ‘react-advanced/SidebarLayout’;
const Sidebar = (props) => (
const App = () => (
{props => (
render(
```
Write your ideas or feedback about library to the issues.
Vote for features in which you are interested.
Contribution guide will be added soon.