
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@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 804 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.