
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@stream-io/stream-chat-css
Advanced tools
Stream Chat CSS provides a comprehensive set of styles that power the UI components in Stream's Chat SDKs. This package is designed to make implementing beautiful, responsive chat interfaces straightforward and consistent.
# With npm
npm install --save @stream-io/stream-chat-css
# With yarn
yarn add @stream-io/stream-chat-css
# With pnpm
pnpm add @stream-io/stream-chat-css
This package comes as a dependency of stream-chat-react and doesn't require explicit installation if you're already using the React component library.
Simply import the bundled CSS into your application:
import '@stream-io/stream-chat-css/dist/css/index.css';
Stream Chat CSS supports customization through CSS variables. You can override the default theme by setting your own values for the CSS variables.
:root {
--str-chat__primary-color: #00b7ff;
--str-chat__secondary-color: #1a1a1a;
/* More customizations here */
}
Stream powers chat and activity feeds for over 1 billion end users. Our robust, scalable platform helps you build:
Ready to add chat to your application? Sign up for a free Stream account and start building today!
🔗 Check out our interactive demos →
We've raised $38 million in Series B funding and are actively expanding our team of talented engineers.
Join us in building communication APIs used by over a billion end-users. You'll have the opportunity to make a significant impact on our products alongside some of the best engineers from around the world.
src/assets/iconssvg font from src/assets/iconsstream-chat-icons and the CSS prefix to str-chat__icon--font folder to src/assets/icons, and copy the mapping from css/stream-chat-icons.css to src/v2/Icon/Icon-layout.scssMIT © Stream.io Inc.
FAQs
Bundled CSS for Stream Chat web SDKs
The npm package @stream-io/stream-chat-css receives a total of 20,486 weekly downloads. As such, @stream-io/stream-chat-css popularity was classified as popular.
We found that @stream-io/stream-chat-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.