Skip to content

swiftcarrot/react-side-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-side-sheet

npm npm Build Status codecov styled with prettier

Installation

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

Demo

https://swiftcarrot.dev/react-side-sheet

Usage

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

const App = () => {
  return <SideSheet isOpen={true} />;
};

License

MIT