
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.
@cosmology-ui/utils
Advanced tools
yarn add @chakra-ui^2.4.2 @cosmology-ui/utils
import ChakraProvider
and our default theme
import { ChakraProvider } from '@chakra-ui/react';
import { defaultTheme, ThemeProvider } from '@cosmology-ui/react';
export default function App({ Component, pageProps }: AppProps) {
return (
<ThemeProvider>
<ChakraProvider theme={defaultTheme}>
<Component {...pageProps} />
</ChakraProvider>
</ThemeProvider>
);
}
then can use
import { ConnectWalletButton } from '@cosmology-ui/utils';
export default function Home() {
return (
<ConnectWalletButton />
);
}
🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️
FAQs
cosmology-ui
The npm package @cosmology-ui/utils receives a total of 20 weekly downloads. As such, @cosmology-ui/utils popularity was classified as not popular.
We found that @cosmology-ui/utils 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.
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.