
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@forter/calendar
Advanced tools
An element by Forter
<script>
import '@forter/calendar';
</script>
<fc-calendar>
</fc-calendar>
## Examples
```html
<!-- Sample: max year and date -->
<fc-calendar pickerOptions='{"dropdowns": {"maxYear": 2024, "minYear": 2015, "months": true, "years": true}, "maxDate": "2024-04-04"}'>
</fc-calendar>
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
calendars | never[] | |||
dates | dates | any[] | List of selected dates. example: [] | |
disableDatePickerRangeLimit | number | |||
format | format | string | "YYYY-MM-DD" | Date Fromat. example: DD-MM-YYYY |
fullYearHtml | "" | TemplateResult | |||
options | any | |||
pickerOptions | pickerOptions | {} | {} | Options for litepicker to override the defaults |
single | single | boolean | Toggle single date or date-range. example: true |
Event | Description |
---|---|
change | when dates picked. example: [] method: fireDatePickedEvent |
Property | Description |
---|---|
--fc-calendar-bg-color | background color. example: pink |
--fc-calendar-day-color | day color. example: pink |
--fc-calendar-day-color-hover | day hover color. example: pink |
--fc-calendar-day-is-end-bg | end day range background color. example: pink |
--fc-calendar-day-is-end-color | end day range text color. example: pink |
--fc-calendar-day-is-in-range | selected range background color. example: pink |
--fc-calendar-day-is-start-bg | start day range background color. example: pink |
--fc-calendar-day-is-start-color | start day range text color. example: pink |
--fc-calendar-day-is-today-color | today day color. example: pink |
--fc-calendar-day-width | calendar day width. example: 10px |
--fc-calendar-month-button | next/previous month color. example: pink |
--fc-calendar-month-button-hover | next/previous month arrow hover color. example: pink |
--fc-calendar-month-weekday-color | weekday color. example: pink |
FAQs
calendar from Forter Components
The npm package @forter/calendar receives a total of 2 weekly downloads. As such, @forter/calendar popularity was classified as not popular.
We found that @forter/calendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.