
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
react-horizontal-datepicker
Advanced tools
A simple and lightweight easily style-able Side scrolling datepicker, built with ❤️
A simple and lightweight easily style-able Side scrolling datepicker, built with ❤️
Bundle size of 469 Bytes Minified + Gzipped
Run yarn add react-horizontal-datepicker
or
Run npm i react-horizontal-datepicker
Import:
import DatePicker from "react-horizontal-datepicker";
and simply use the component as:
<DatePicker />
example at the end
Prop | Type | Default | Description |
---|---|---|---|
getSelectedDay | Function | Function to get the selected Day | |
endDate | Number | 90 | Number of days to render from current date |
selectDate | Date | prop to send selected date manually or from another calendar component | |
color | String | 'rgb(54, 105, 238)' | Set the primary color can be any color format in string |
labelFormat | String | 'MMMM yyyy' | Month label format - uses date-fns format types |
https://codesandbox.io/s/vigilant-newton-gn0g7
function App() {
const selectedDay = (val) =>{
console.log(val)
};
return (
<DatePicker getSelectedDay={selectedDay}
endDate={100}
selectDate={new Date("2020-04-30")}
labelFormat={"MMMM"}
color={"#374e8c"}
/>
);
}
use react window for efficiency
FAQs
A simple and lightweight easily style-able Side scrolling datepicker, built with ❤️
The npm package react-horizontal-datepicker receives a total of 275 weekly downloads. As such, react-horizontal-datepicker popularity was classified as not popular.
We found that react-horizontal-datepicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.