Socket
Socket
Sign inDemoInstall

@visual-framework/vf-link-list

Package Overview
Dependencies
4
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @visual-framework/vf-link-list

vf-link-list component


Version published
Maintainers
2
Created

Readme

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 vf-badge pattern <span class="vf-badge">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

Last updated on 12 Dec 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc