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

spectre.css-js

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

spectre.css-js

JavaScript code base for Spectre.css

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
16
23.08%
Maintainers
1
Weekly downloads
 
Created
Source

Spectre.js

Spectre.js - JavaScript components logic for Spectre.css framework

This package contains several components ready-to-use:

  • Chips
  • Tabs
  • Toast
  • Auto-complete

See docs for the details

Installation

You have to run following command to add a dependency to your project

npm i spectre.css-js

Usage

After package installation you may use Spectre.js by two methods:

  • Include components with automatic registration (dist/spectre.bundle.js)
  • Import classes and register only necessary for your project (dist/spectre.js or src/spectre.js)

Tasks

  • Build sources - npm run build
  • Start file watcher for recompiling - npm run watch
  • Start webpack dev server - npm run start
  • Build sources for production (with optimization) - npm run production
  • Clean 'dist' folder - npm run clear

Keywords

webpack

FAQs

Package last updated on 23 Aug 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