Socket
Book a DemoInstallSign in
Socket

@pagedotapp/page-button

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagedotapp/page-button

A simple, reusable button component

Source
npmnpm
Version
0.0.0-alpha.3
Version published
Weekly downloads
152
347.06%
Maintainers
1
Weekly downloads
 
Created
Source

@pagedotapp/page-button

A versatile button component with multiple variants

Installation

npm install @pagedotapp/page-button

Usage

import { PageButton } from '@pagedotapp/page-button';

function App() {
  return (
    <PageButton variant="primary" size="medium" onClick={handleClick}>
  Click me
</PageButton>
  );
}

Props

See the TypeScript definitions for detailed prop types.

Styling

This component uses CSS modules for styling. The styles are injected automatically when you use the component.

Dependencies

Peer Dependencies

  • React ^18.3.1
  • React DOM ^18.3.1

License

MIT © PageStudio

Keywords

react

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

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.

Install

Related posts