New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@bndynet/pretty-check

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bndynet/pretty-check

pretty checkbox and radio

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
8
-20%
Maintainers
1
Weekly downloads
 
Created
Source

pretty-check

Styles for pertty checkbox and radio. DEMO

Quick start

<link rel="stylesheet" href="https://unpkg.com/@bndynet/pretty-check/dist/pretty-check.css">

<div class="checkbox checkbox-animated checkbox-[flat|circle] checkbox-[dark|primary|success|...]">
    <input id="chk" type="checkbox">
    <label for="chk">
        Label for checkbox
    </label>
</div>

<div class="radio radio-animated radio-[dark|primary|success|...]">
    <input id="rd1" type="radio">
    <label for="rd1">
        Label for radio
    </label>
</div>

Development

  • npm i to install all dependencies
  • npm start to watch source and open http://localhost:3000/docs/index.html demo site
  • npm run build to build scss files

Keywords

checkbox

FAQs

Package last updated on 02 Jul 2019

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