Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buttonize

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buttonize

A perfect button for non designer

  • 1.0.2
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
41
decreased by-19.61%
Maintainers
1
Weekly downloads
 
Created
Source

What is this?

A perfect button for non designer

Installation

npm i buttonize --save

Then...

Import which one do you want

import { Buttonize, ButtonizeShine, ButtonizeRipple } from 'buttonize';

Buttonize();
ButtonizeShine();
ButtonizeRipple();

Options

buttonize supports with basic of styles, Which are optional:

  • color - String
  • backgroundColor - String
  • fontWeight - String
  • fontStyle - String (Defaults to inherit)
  • fontSize - String
  • padding - String
  • textAlign - String
  • margin - String
  • cursor - String (Defaults to Pointer)
  • borderRadius - String
  • boxShadow - String (Only to ButtonizeShine)
  • border - String (border-width border-style border-color|initial|inherit)
  • rippleColor - String (Only to buttonizeRipple)

Keywords

FAQs

Package last updated on 12 Feb 2021

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