
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@dpa-id-components/dpa-event-item
Advanced tools
DpaEventItem
Vue 2.x domain sepecific for Events (i.e. topic and event items in dpa-Agenda) component based on the dpa Design Kit
yarn add @dpa-id-components/dpa-event-item
<!-- SomeComponent.vue using DpaEventItem -->
<template>
<div ref="container">
<dpa-event-item v-bind="eventProps" />
</div>
</template>
<script>
export default {
data() {
width: 0,
resizeObserver: undefined,
eventProps: {
date: "27. September",
dateDetail: "Ganztägig",
title:
"Auftakt des Kapitalanlegermusterverfahrens am OLG Stuttgart gegen die VW-Holding Porsche SE im Zusammenhang mit dem Dieselskandal",
location: "Berlin",
noticeType: "event",
actionType: "favorite",
comments: "10 Inhalte geplant",
}
},
}
</script>
View a demo of <dpa-event-item>
on Storybook
Name | Type | Required | Description |
---|---|---|---|
title | String | true | The title of the event or topic |
date | String | true | The formatted date of the event or topic |
dateDetail | String | false | Additional date information (e.g. time) |
noticeType | string | false | Either "event" or "topic" |
comments | String | false | Supplementary text information (e.g. content) |
size | String | false | Size variant; either small , medium , large |
view | String | false | Which view variant should be used, compact or standard |
top | Boolean | false | If the event item should displayed as "top entry" |
description | String | false | The teaser text that should be displayed. Only applies to standard view. |
truncateTitle | Boolean | false | Applies a line-clamp of two rows to the event's title field. |
Name | Description |
---|---|
actions | slot for a ui-menu activator button for further actions (e.g. copy, share) |
addFavoriteAction | slot for a ui-tooltip incl. activator button for add to favorite action |
filters | slot for a DpaFilterBadge components |
planningItems | slot for a DpaPlanningItem components |
FAQs
DpaEventItem vue component with dpa Design Kit
We found that @dpa-id-components/dpa-event-item demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.