Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@computas/designsystem
Advanced tools
The Computas design system contains building blocks and patterns for creating beautiful and consistent UI's that complies with the Computas design language.
Install the library in your application using your preferred package manager.
npm install @computas/designsystem
Import the global styles at the top of your application.
@import "@computas/designsystem/global-styles.css";
This style sheet adds an opinionated CSS reset to your page, adds all CSS variables to the root of your stylesheet, and provides the code for the CSS-based components.
Import the components that you need for your application.
// React
import { CxDropdown } from "@computas/designsystem/dropdown/react";
// Web Component (Angular, Vue etc.)
import "@computas/designsystem/dropdown";
Finally, use your component in your template.
// React
<CxDropdown>...</CxDropdown>
<!-- Web Component (Angular, Vue etc.) -->
<cx-dropdown> ... </cx-dropdown>
FAQs
The Computas design system
The npm package @computas/designsystem receives a total of 68 weekly downloads. As such, @computas/designsystem popularity was classified as not popular.
We found that @computas/designsystem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.