🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@visual-framework/vf-table

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/vf-table

vf-table component

npmnpm
Version
1.0.0
Version published
Weekly downloads
170
-21.66%
Maintainers
2
Weekly downloads
 
Created
Source

vf-table Component

npm version

Tables are everywhere and we provide a variety of implementations depending on need:

  • Generic: basic styling with no special functionality
  • Striped: with striped rows
  • Borderless: no borders
  • Compact: tighter spacing
  • Data: typography and spacing considerations for data
  • Responsive:
    • Scroll: on overflow it will scroll left-to-right
    • Stack: on overflow stack cells

This is a draft component, it is not yet functional. Background on the implementation, goals and work plan can be found in the issue. Inspiration may be drawn from Bootstrap tables.

Install

This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install vf-table with this command.

$ yarn add --dev @visual-framework/vf-table

Usage

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

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

Make sure you import Sass requirements along with the modules.

Keywords

fractal

FAQs

Package last updated on 15 Apr 2020

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