
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@capitaltg/vero
Advanced tools
Accessible, modern, open source React component library inspired by USWDS built with Radix UI
Accessible, modern, open source React component library inspired by USWDS built with Radix UI.
Vero supports both React 18 and React 19:
npm install @capitaltg/vero
# or
yarn add @capitaltg/vero
# or
pnpm add @capitaltg/vero
npm install @capitaltg/vero react react-dom tailwindcss tailwindcss-animate
@import '@capitaltg/vero/index.css';
tailwind.config.js
:import veroConfig from '@capitaltg/vero/tailwind.config.js';
export default {
...veroConfig,
content: [...veroConfig.content, './src/**/*.{js,ts,jsx,tsx}'],
};
import { Button, Input, FormItem } from '@capitaltg/vero';
function App() {
return (
<div>
<FormItem label="Email" hintText="Enter your email address">
<Input type="email" placeholder="you@example.com" />
</FormItem>
<Button variant="primary">Submit</Button>
</div>
);
}
Visit our Storybook documentation to explore all available components and their usage examples.
We welcome contributions! Please see our Contributing Guide for details.
MIT © Capital Technology Group
FAQs
Accessible, modern, open source React component library inspired by USWDS built with Radix UI
We found that @capitaltg/vero demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.