
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
crowdriff-story-network-gallery-react
Advanced tools
A Component that allows the embedding of a CrowdRiff Story Network gallery in a React app
A lightweight component that allows CrowdRiff customers to embed Story Network galleries on websites built using React.
These instructions will demonstrate how to install the library and implement CrowdRiff story galleries on React websites.
Using npm:
npm install crowdriff-story-network-gallery-react
To embed one (or many) galleries, import the CrowdRiffStoryGallery
component, and pass the galleryId as a prop.
import React from 'react';
import CrowdRiffStoryGallery from 'crowdriff-story-network-gallery-react'
export const Home = () => {
return (
<div>
<CrowdRiffStoryGallery galleryId="1234-5678" />
<CrowdRiffStoryGallery galleryId="8765-4321" />
</div>
);
}
FAQs
A Component that allows the embedding of a CrowdRiff Story Network gallery in a React app
We found that crowdriff-story-network-gallery-react 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.