🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@flow-industries/ui

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flow-industries/ui

Shared design system and component library for [Flow](https://flow.industries) applications.

npmnpm
Version
0.9.0
Version published
Weekly downloads
118
37.21%
Maintainers
1
Weekly downloads
 
Created
Source

FLOW UI

Shared design system and component library for Flow applications.

Ships raw TypeScript source. No build step. Your Vite + Tailwind pipeline compiles it.

Install

bun add @flow-industries/ui

Setup

Import the design tokens and base styles in your app's CSS. Fonts (Geist Sans, Geist Mono, Geist Pixel) are included automatically via base.css.

@import "@flow-industries/ui/styles/tokens.css";
@import "@flow-industries/ui/styles/base.css";

@source "../../node_modules/@flow-industries/ui/src";

Usage

import { Button } from "@flow-industries/ui/components/button"
import { Input } from "@flow-industries/ui/components/input"
import { Card, CardContent } from "@flow-industries/ui/components/card"
import { toast } from "@flow-industries/ui/components/toast"
import { cn } from "@flow-industries/ui"

Accessibility

  • prefers-reduced-motion is respected globally — all CSS and JS animations are disabled

Development

bun run dev   # landing page at localhost:5173

License

MIT

FAQs

Package last updated on 16 Apr 2026

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