![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.
github.com/Morasiu/BlazorTimeline
Simple timeline component for Blazor
Checkout CHANGELOG for more info.
@using BlazorTimeline
@using BlazorTimeline
<Timeline
Title="My timeline"
TitleBgColor="#554DE0"
TitleColor="#FFFFFF"
TextColor="#F3F3F3"
TextBgColor="#212121"
ItemPositionOption="@ItemPositionOption.AutoAltering">
<TimelineItem Title="First item" Time="01.01.2020" ButtonText="Github" Link="https://github.com/">
Here we can write description :) And even add some buttons!
</TimelineItem>
<TimelineItem Title="Second item">
<span>Timeline item can be altered to appear on the right! </span>
<span>And we can add anything here :)</span> <br/>
<code>Even some code!</code> <br/>
<span>Or Images!</span> <br/>
<img src="Images/kitty.jpg" width="200px"/>
</TimelineItem>
</Timeline>
There is also a demo project in repo.
If you know some CSS magic I would totally appreciate help to clean up my CSS.
Thanks Bruno Rodrigues for that code sample!
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Unknown package
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.