An open API service indexing awesome lists of open source software.

https://github.com/swiftcarrot/react-side-sheet

react side sheet
https://github.com/swiftcarrot/react-side-sheet

Last synced: 10 days ago
JSON representation

react side sheet

Awesome Lists containing this project

README

        

# react-side-sheet

[![npm](https://img.shields.io/npm/v/react-side-sheet.svg)](https://www.npmjs.com/package/react-side-sheet)
[![npm](https://img.shields.io/npm/dm/react-side-sheet.svg)](https://www.npmjs.com/package/react-side-sheet)
[![Build Status](https://travis-ci.org/swiftcarrot/react-side-sheet.svg?branch=master)](https://travis-ci.org/swiftcarrot/react-side-sheet)
[![codecov](https://codecov.io/gh/swiftcarrot/react-side-sheet/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftcarrot/react-side-sheet)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

### Installation

```sh
npm install react-side-sheet --save
yarn add react-side-sheet
```

### Demo

[https://swiftcarrot.dev/react-side-sheet](https://swiftcarrot.dev/react-side-sheet)

### Usage

```javascript
import React from 'react';
import SideSheet from 'react-side-sheet';

const App = () => {
return ;
};
```

### License

MIT