
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@collab-ui/react
Advanced tools
Collab UI React
is a resuable, component based, flexible React library available as
npm module. It provides set of UI components and utilities based on Momentum Design.
The git repo can be cloned from collab-ui-react at https://github.com/collab-ui/collab-ui-react.
Checkout the documentation for documentation and live examples.
className
and style
properties.Source of @collab-ui/react
is available here.
To use collab-ui-react in your application follow below steps:
npm i -S @collab-ui/react
yarn install -S @collab-ui/react
Use ES6 import statement to import the component that you want to use:
import { Button } from '@collab-ui/react';
// or
import Button from from '@collab-ui/react/button';
...
...
<div className="container">
<Button name="primary" size="large">Welcome to Collab UI React !</Button>
</div>
Want to contribute? Why not go through Developer's Guide to understand more technical details about the project and contribution guidelines to be adhered.
The changelog can be found on the Releases page.
Copyright (c) 2017 Cisco Systems
FAQs
Cisco Collab UI framework for ReactJs applications
We found that @collab-ui/react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.