1.0.4 • Published 6 years ago
add-card-modal v1.0.4
Installations:
npm i add-card-modalExamples
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.