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
- Host: GitHub
- URL: https://github.com/swiftcarrot/react-side-sheet
- Owner: swiftcarrot
- Created: 2019-07-29T14:35:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T10:02:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T20:05:01.335Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://swiftcarrot.dev/react-side-sheet
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-side-sheet
[](https://www.npmjs.com/package/react-side-sheet)
[](https://www.npmjs.com/package/react-side-sheet)
[](https://travis-ci.org/swiftcarrot/react-side-sheet)
[](https://codecov.io/gh/swiftcarrot/react-side-sheet)
[](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