Socket
Book a DemoInstallSign in
Socket

@choiceform/design-system

Package Overview
Dependencies
Maintainers
10
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@choiceform/design-system

A modern React UI component library - Figma-inspired design system with comprehensive documentation

1.2.51
latest
npmnpm
Version published
Weekly downloads
1.1K
16.67%
Maintainers
10
Weekly downloads
 
Created
Source

@choiceform/design-system

A Figma-inspired UI component library for professional desktop applications.

This library provides a set of high-quality, customizable React components designed for building modern, professional-grade desktop web applications. The design language is inspired by Figma, focusing on clarity, usability, and a clean aesthetic suitable for complex, data-rich interfaces.

Features

  • ✨ Figma-style design: Minimal, clear, and modern UI
  • 🖥️ Optimized for professional desktop web apps
  • 🧩 Rich set of reusable React components
  • 🎨 Built-in theming and dark mode support
  • ⚡️ Tailwind CSS for rapid styling
  • 🛠️ TypeScript for type safety

Installation

Add the packages to your project:

pnpm add @choiceform/design-system @choiceform/design-tokens
# or
npm install @choiceform/design-system @choiceform/design-tokens

Setup

Import the design tokens in your main CSS file:

/* In your main CSS file (e.g., app.css or index.css) */
@import "@choiceform/design-tokens/tokens.css";
@import "@choiceform/design-tokens/preflight.css";
@import "@choiceform/design-tokens/tailwind.css";

Note: The old @import "@choiceform/design-system/styles/theme.css" is no longer needed and should be removed.

Learn more about design tokens at https://tokens.choiceform.app/

Usage

Import and use components in your React app:

import { Button, Input } from "@choiceform/design-system"

export default function Example() {
  return (
    <div>
      <Button variant="primary">Click me</Button>
      <Input placeholder="Type here..." />
    </div>
  )
}

Development

Run the development server:

pnpm dev

Build

Build the library for production:

pnpm build

Contributing

Contributions are welcome! Please open issues or pull requests for new components, bug fixes, or improvements.

© Choiceform. All rights reserved.

FAQs

Package last updated on 06 Sep 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.