Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@pixelblock/buttons
Advanced tools
A customizable buttons component for React applications.
A customizable v component for React applications.
You can install the @pixelblock/buttons package via npm:
npm install @pixelblock/buttons
Or using yarn:
yarn add @pixelblock/buttons
import React from 'react';
import Button from '@pixelblock/buttons';
const App = () => (
<div>
<Button buttonStyle="basic" variant="primary">Primary Button</Button>
</div>
);
export default App;
Button Props
Prop Name | Type | Default | Description |
---|---|---|---|
buttonStyle | 'basic' | 'slideBottom' | 'slideLeft' | 'slideRight' | 'slideUp' | 'circleGrowth' | 'rotate' | 'basic' | Specifies the animation style of the button. |
variant | 'primary' | 'secondary' | 'outline' | 'ghost' | 'link' | 'primary' | Specifies the variant (appearance) of the button. |
onClick | () => void | undefined | Function to call when the button is clicked. |
...props | React.ButtonHTMLAttributes<HTMLButtonElement> | Additional props are passed to the underlying button element. |
{/* Basic Button */}
<Button>Basic Button</Button>
{/* Button with specified style and variant */}
<Button buttonStyle="basic" variant="primary">Primary Button</Button>
<Button buttonStyle="basic" variant="secondary">Secondary Button</Button>
<Button buttonStyle="basic" variant="outline">Outline Button</Button>
<Button buttonStyle="basic" variant="ghost">Ghost Button</Button>
<Button buttonStyle="basic" variant="link">Link Button</Button>
{/* Slide Bottom */}
<Button buttonStyle="slideBottom" variant="primary">Primary Button</Button>
<Button buttonStyle="slideBottom" variant="secondary">Secondary Button</Button>
<Button buttonStyle="slideBottom" variant="outline">Outline Button</Button>
<Button buttonStyle="slideBottom" variant="ghost">Ghost Button</Button>
<Button buttonStyle="slideBottom" variant="link">Link Button</Button>
{/*Slide Left*/}
<Button buttonStyle="slideLeft" variant="primary">Primary Button</Button>
<Button buttonStyle="slideLeft" variant="secondary">Secondary Button</Button>
<Button buttonStyle="slideLeft" variant="outline">Outline Button</Button>
<Button buttonStyle="slideLeft" variant="ghost">Ghost Button</Button>
<Button buttonStyle="slideLeft" variant="link">Link Button</Button>
{/*Slide Right*/}
<Button buttonStyle="slideRight" variant="primary">Primary Button</Button>
<Button buttonStyle="slideRight" variant="secondary">Secondary Button</Button>
<Button buttonStyle="slideRight" variant="outline">Outline Button</Button>
<Button buttonStyle="slideRight" variant="ghost">Ghost Button</Button>
<Button buttonStyle="slideRight" variant="link">Link Button</Button>
{/*Slide Up*/}
<Button buttonStyle="slideUp" variant="primary">Primary Button</Button>
<Button buttonStyle="slideUp" variant="secondary">Secondary Button</Button>
<Button buttonStyle="slideUp" variant="outline">Outline Button</Button>
<Button buttonStyle="slideUp" variant="ghost">Ghost Button</Button>
<Button buttonStyle="slideUp" variant="link">Link Button</Button>
{/*Circle Growth*/}
<Button buttonStyle="circleGrowth" variant="primary">Primary Button</Button>
<Button buttonStyle="circleGrowth" variant="secondary">Secondary Button</Button>
<Button buttonStyle="circleGrowth" variant="outline">Outline Button</Button>
<Button buttonStyle="circleGrowth" variant="ghost">Ghost Button</Button>
<Button buttonStyle="circleGrowth" variant="link">Link Button</Button>
{/*Rotate*/}
<Button buttonStyle="rotate" variant="primary">Primary Button</Button>
<Button buttonStyle="rotate" variant="secondary">Secondary Button</Button>
<Button buttonStyle="rotate" variant="outline">Outline Button</Button>
<Button buttonStyle="rotate" variant="ghost">Ghost Button</Button>
<Button buttonStyle="rotate" variant="link">Link Button</Button>
MIT
FAQs
A customizable buttons component for React applications.
The npm package @pixelblock/buttons receives a total of 0 weekly downloads. As such, @pixelblock/buttons popularity was classified as not popular.
We found that @pixelblock/buttons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.