
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
brass-ui-kit
Advanced tools
The official UI component library for Brass React projects.
npm install --save brass-ui-kit
import React, { Component } from 'react'
import { Button } from 'brass-ui-kit'
import 'brass-ui-kit/dist/styles/brass-light.css'
or
import 'brass-ui-kit/dist/styles/brass-dark.css'
or
import 'brass-ui-kit/dist/styles/brass-money.css'
class Example extends Component {
render() {
return <Button>Button</Button>
}
}
This package uses GitHub Actions
to publish to the NPM registry
and to ensure consistent and proper sermantic versions and release tags, you need to run the command below
to commit changes and then follow the prompt.
yarn commit
MIT © BrassHQ
FAQs
The official UI component library for Brass React projects.
The npm package brass-ui-kit receives a total of 4 weekly downloads. As such, brass-ui-kit popularity was classified as not popular.
We found that brass-ui-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.