![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@vaadin-component-factory/vcf-breadcrumb
Advanced tools
Web Component providing an easy way to display breadcrumb.
This is the npm version vcf-breadcrumb developed using Polymer 3.
Live demo ↗ | API documentation ↗
Install vcf-breadcrumb
:
npm i @vaadin-component-factory/vcf-breadcrumb --save
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-breadcrumb';
Add <vcf-breadcrumbs>
element to the page. Inside added element add few <vcf-breadcrumb>
child elements, with href
attribute. In case you want some <vcf-breadcrumb>
elements to not be shown in mobile view, add attribute shift
to those elements. When user click on <vcf-breadcrumb>
element he/she will be navigated to ULR from href
attribute of the element.
<vcf-breadcrumbs>
<vcf-breadcrumb shift href="#">Home</vcf-breadcrumb>
<vcf-breadcrumb href="#">Directory</vcf-breadcrumb>
<vcf-breadcrumb href="#">Breadcrumb</vcf-breadcrumb>
</vcf-breadcrumbs>
Fork the vcf-breadcrumb
repository and clone it locally.
Make sure you have npm installed.
When in the vcf-breadcrumb
directory, run npm install
to install dependencies.
Run npm start
to open the demo.
To contribute to the component, please read the guideline first.
This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
Web Component providing an easy way to display breadcrumb.
The npm package @vaadin-component-factory/vcf-breadcrumb receives a total of 7 weekly downloads. As such, @vaadin-component-factory/vcf-breadcrumb popularity was classified as not popular.
We found that @vaadin-component-factory/vcf-breadcrumb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.