🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@littlespoon/button

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlespoon/button

Little Spoon button

latest
Source
npmnpm
Version
1.8.2
Version published
Maintainers
2
Created
Source

@littlespoon/button

NPM version

Install

Yarn:

yarn add @littlespoon/button

npm:

npm install @littlespoon/button --save

UNPKG

Usage

Import component:

import Button from '@littlespoon/button'

Render button:

<Button>Text</Button>

Render button with props:

<Button size="medium" variant="primary">
  This is a button
</Button>

Render button as a link:

<Button as="a" href="#">
  This is a link
</Button>

Keywords

littlespoon

FAQs

Package last updated on 08 Sep 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