add-card-modal
v1.0.4
Published
``` npm i add-card-modal ```
Downloads
3
Readme
Installations:
npm i add-card-modal
Examples
Here is a simple example of add-card-modal being used in an app:
Code
import React from "react";
import AddCardModal from "add-card-modal";
function App() {
return (
<div>
<AddCardModal />
</div>
);
}
export default App;
Demos
A simple React + Firebase app to showcase how add-card-modal can be used.