![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.
fb-msg-slide
Advanced tools
A slide component with extra actions built with StencilJS
to use this component inside your project run the follwing command
npm install --save fb-msg-slide
To view the build, start an HTTP server inside of the /www directory.
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Need help? Check out our docs here.
Put this script <script src='https://unpkg.com/my-component@0.0.1/dist/mycomponent.js'></script>
in the head of your index.html
<fb-msg-slide>
<div slot="item-start" >
<span class="fa fa-eye"></span>
</div>
<div slot="item-middle" class="_middle" >
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" alt="">
<p><strong>M.John</strong><br>Lorem ipsum dolor sit.</p>
</div>
<div slot="item-end" >
<span class="fa fa-trash"></span>
</div>
</fb-msg-slide>
register component in main.ts
//main.ts
import { defineCustomElements } from 'fb-msg-slide/loader';
//...
defineCustomElements()
add CUSTOM_ELEMENTS_SCHEMA
to your module
//yourmodule.ts
//...
schemas: [CUSTOM_ELEMENTS_SCHEMA]
use it !
<fb-msg-slide>
<div slot="item-start">
<!-- element -->
</div>
<fb-msg-slide>
<div slot="item-middle">
<!-- element -->
</div>
<fb-msg-slide>
<div slot="item-end">
<!-- element -->
</div>
</fb-msg-slide>
MIT © Abdelhak Akermi
FAQs
A slide component with extra actions built with StencilJS
The npm package fb-msg-slide receives a total of 0 weekly downloads. As such, fb-msg-slide popularity was classified as not popular.
We found that fb-msg-slide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.