
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
react-vapor
Advanced tools
Coveo Administration Console's design system.
Have a look at react-vapor
's demo page!
This repository uses some external libraries defined as peer dependencies. You must install those libraries in you own project in order for react-vapor
to work properly. All peer dependencies are listed in the package.json file along with their respective version requirements.
npm install react-vapor
If you want to use react-vapor
in a TypeScript context, the package already includes its types.
In a .jsx
context:
const React = require('react');
const ReactDom = require('react-dom');
const Badge = require('react-vapor').Badge;
ReactDom.render(<Badge label="Hello react-vapor!" />, document.getElementById('SomewhereInYourApp'));
In a .tsx
context:
import * as React from 'react';
import * as ReactDom from 'react-dom';
import {Badge} from 'react-vapor';
ReactDom.render(<Badge label="Hello react-vapor!" />, document.getElementById('SomewhereInYourApp'));
See our main page.
react-vapor
is distributed under Apache 2.0 license.
31.3.1 (2021-12-21)
Note: Version bump only for package root
FAQs
Vapor CSS components implemented with React!
The npm package react-vapor receives a total of 106 weekly downloads. As such, react-vapor popularity was classified as not popular.
We found that react-vapor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.