@coopdigital/foundations-tables

3.1.6 • Public • Published

CSS Foundations: Tables

CSS styles for making tables look in line with Co-op's Design System specification.

Installation

Install via npm or Yarn:

$ npm install @coopdigital/foundations-tables --save
# OR
$ yarn add @coopdigital/foundations-tables

Usage

You can include foundations-tables in your project by referencing it from your existing CSS via @import statement, i.e.:

@import "node_modules/@coopdigital/foundations-tables/dist/tables.css";

If you use PostCSS in your build pipeline, you can reference the sources directly like so:

@import "node_modules/@coopdigital/foundations-tables/src/tables.pcss";

If you use a postcss-import plugin, it gets even easier:

@import "@coopdigital/foundations-tables";

Examples

Here's a bunch of examples, showing how you can integrate this CSS module in your project, based on most popular stacks of project. You can either use a post-processed and pre-built CSS form the dist directory, ot use PostCSS sources from the src dir.

The latter have certain dependencies, which should be consumed by your frontend toolkit to postprocess the CSS correctly.

Vue.js

TBD

React.js

TBD

Development

TBD

License

Copyright (c) 2021 Co-operative Group Limited. Licensed MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i @coopdigital/foundations-tables

Weekly Downloads

44

Version

3.1.6

License

MIT

Unpacked Size

27.6 kB

Total Files

8

Last publish

Collaborators

  • coopexperience
  • omidantilong
  • mitcheh
  • matt-tyas
  • joemcgirr
  • hanross
  • coopjames