Skip to content

moriyuu/react-semi-modal

Repository files navigation

React Semi Modal

Semi Modal like Twitter App (iOS)

Note: For Smartphones and Tablets Only (PC is Not Supported)

Usage

yarn add react-semi-modal

See example/index.js.

Development

git clone [email protected]:moriyuu/react-semi-modal.git
cd react-semi-modal
yarn install
yarn dev # Open http://localhost:1234

TODO

  • Add type declaration
  • Optional style
  • Optimize height
  • For iOS (fix unintentional background scroll)