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

blip-components

Package Overview
Dependencies
Maintainers
3
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blip-components

Angularjs components used in blip.ai

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
45
decreased by-4.26%
Maintainers
3
Weekly downloads
 
Created
Source

blip-components

BLiP components to use in AngularJS (1.x) applications.

Usage

Install blip-components via npm:

$ npm install blip-components

Then, use it as module on your angularjs application

import 'blip-components';
import 'blip-components/dist/blip-components.css';

const app = angular
    .module('myApp', [
        'blip.components'
    ])
    ...

Remeber to import the css file to style your components

Building

If you want to contribute to our project, clone this project and, on root directory, run npm start. A new process will be started on port 3000, and all changes will be tracked.

To finish a build, run npm run build.

License

blip-components is under the ISC license.

FAQs

Package last updated on 06 Apr 2018

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