UNPKG

react-advance-jalaali-datepicker2

Version:

Jalaali React Date Picker developed with love by Alireza Kasaaian

21 lines (19 loc) 356 B
import React from "react"; export default ({ onClick }) => { return ( <div style={{ position: "fixed", height: "100%", width: "100%", backgroundColor: "rgba(0,0,0,.3)", top: "0", left: "0" }} className="JDBackground" onClick={() => { onClick(); }} /> ); };