1.0.4 • Published 3 years ago

modal-rc v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

NPM version NPM downloads

Discussions

Installation

// with npm
npm install modal-rc

// with yarn
yarn add modal-rc

Usage

import * as React from "react";
import Modal from "modal-rc";

function App() {
  return <Modal>Content</Modal>;
}

API

NameTypeDefaultDescription
1.0.4

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago