New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

streamui-deps

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamui-deps

Dependency installer for StreamUI copy-paste component library (gsap, framer-motion, react-icons).

latest
npmnpm
Version
1.1.6
Version published
Maintainers
1
Created
Source

StreamUI Deps

A lightweight dependency bundle for StreamUI – enabling seamless use of copy-paste React components with animations, icons, and utility helpers out of the box.

🚀 Features

✅ Installs all required peer dependencies (GSAP, Framer Motion, React Icons) for StreamUI.
✅ Includes prebuilt avatar SVG React components supporting Tailwind text-* color theming.
✅ Simple, scalable, and ready for Next.js, Vite, CRA, Astro, and more.

📦 Installation

npm install streamui-deps

🛠️ Usage

1️⃣ Importing Avatars

All avatars are exported at the package root:

import { AngryWithFang, SmileTeethGap } from "streamui-deps";

<AngryWithFang className="w-12 h-12 text-blue-500" />

2️⃣ Building Locally

If you are contributing:

npm run build

This will build the avatars and output them into dist/.

3️⃣ Avatar Management Utilities

  • Replace fill with currentColor for Tailwind theming:
node replace-fill-currentColor.js
  • Generate avatar export index dynamically:
node generateIndex.js avatars

🖤 About

StreamUI Deps is maintained to support the StreamUI copy-paste React component library, providing the best developer experience while keeping your UI scalable and modern.

For issues or contributions, open a pull request or submit an issue in the main StreamUI repository.

Enjoy building beautifully fast interfaces with StreamUI!

Keywords

streamui

FAQs

Package last updated on 04 Aug 2025

Did you know?

Socket

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.

Install

Related posts