Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@dpa-id-components/dpa-expanded-search
Advanced tools
DpaExpandedSearch vue component with dpa Design Kit
DpaEventItem
Vue 2.x domain sepecific for Events (i.e. detail search in dpa-Agenda) component based on the dpa Design Kit
yarn add @dpa-id-components/dpa-expanded-search
<!-- SomeComponent.vue using DpaExpandedSearch -->
<template>
<dpa-expanded-search>
<template #content>
<UiInputDialogGroup label="Enthält alle diese Wörter" placeholder="Beispiel: Bearbock, Mercedes" />
</template>
<template #actions>
<ui-button color="white">Abbrechen</ui-button>
<ui-button :rounded="true">Suchen</ui-button>
</template>
</dpa-expanded-search>
</template>
<script>
export default {}
</script>
View a demo of <dpa-expanded-search>
on Storybook
Name | Description |
---|---|
actions | slot for a ui-menu activator button for further actions (e.g. copy, share) |
content | slot for search input fields. UiInputDialogGroup is highly recommended |
FAQs
DpaExpandedSearch vue component with dpa Design Kit
The npm package @dpa-id-components/dpa-expanded-search receives a total of 24 weekly downloads. As such, @dpa-id-components/dpa-expanded-search popularity was classified as not popular.
We found that @dpa-id-components/dpa-expanded-search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.