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

@visual-framework/vf-link-list

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/vf-link-list

vf-link-list component

  • 0.0.15
  • npm
  • Socket score

Version published
Weekly downloads
182
decreased by-17.27%
Maintainers
2
Weekly downloads
 
Created
Source

npm version

About

The Links List pattern is a robust list group that can be used in a variety of grid layouts.

It can have a title <h3 class="vf-links__heading">Example Title</h3>.

In each list item you can have:

A link <a class="vf-links__link" href="">Example Link</a>.

It can make use of the Tags pattern <span class="vf-tag">Example Tag</span>.

It can include meta information <p class="vf-links__meta">Example Meta</p>.

Installation and Implementation

This component is distributed with npm. After installing npm, you can install the vf-link-list with this command.

$ npm install --save @visual-framework/vf-link-list

The source files included are written in Sass(scss). You can point your Sass include-path at your node_modules directory and import it like this.

@import "@visual-framework/vf-link-list/index.scss";

Make sure you import any requirements along with the modules.

Keywords

FAQs

Package last updated on 28 Nov 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