
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@choiceform/design-system
Advanced tools
A modern React UI component library - Figma-inspired design system with comprehensive documentation
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.
Add the packages to your project:
pnpm add @choiceform/design-system @choiceform/design-tokens
# or
npm install @choiceform/design-system @choiceform/design-tokens
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/
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>
)
}
Run the development server:
pnpm dev
Build the library for production:
pnpm build
Contributions are welcome! Please open issues or pull requests for new components, bug fixes, or improvements.
© Choiceform. All rights reserved.
FAQs
A modern React UI component library - Figma-inspired design system with comprehensive documentation
The npm package @choiceform/design-system receives a total of 167 weekly downloads. As such, @choiceform/design-system popularity was classified as not popular.
We found that @choiceform/design-system demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.