
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.
@chakra-xui/close-button
Advanced tools
CloseButton is essentially a button with a close icon. It is used to handle the close functionality in feedback and overlay components like Alerts, Toasts, Drawers and Modals.
yarn add @chakra-xui/close-button
# or
npm i @chakra-xui/close-button
import { CloseButton } from "@chakra-xui/close-button"
<CloseButton />
Pass the isDisabled
prop to put the close button component in a disabled
state.
<CloseButton isDisabled />
Pass the size prop to adjust the size of the close button. Values can be sm, md or lg.
<>
<CloseButton size="sm" />
<CloseButton size="md" />
<CloseButton size="lg" />
</>
FAQs
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.