New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@littlespoon/button

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlespoon/button

Little Spoon button

  • 1.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
332
increased by44.98%
Maintainers
0
Weekly downloads
 
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

FAQs

Package last updated on 06 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc