JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 172
  • Score
    100M100P100Q65364F
  • License MIT

A custom modal, with a custom hook for modal handling in React App

Package Exports

  • react-hook-modal

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hook-modal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-hook-modal

A custom modal, with a custom hook for modal handling in React App

Install

npm install --save react-hook-modal

Usage

import React, { Component } from 'react'

import MyComponent from 'react-hook-modal'
import 'react-hook-modal/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © josealejandro2928