Skip to content

Commit

Permalink
preparing to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jul 2, 2021
1 parent 18e8ca7 commit 5d41aca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# bulma-sticky-table

[![npm (scoped)](https://img.shields.io/npm/v/@cityssm/bulma-sticky-table)](https://www.npmjs.com/package/@cityssm/bulma-sticky-table)
[![Codacy grade](https://img.shields.io/codacy/grade/c7cc4f8adb274706bc57cf4f83abbc80)](https://app.codacy.com/gh/cityssm/bulma-sticky-table/dashboard)

![Screenshot](screenshot.png)

A Bulma-friendly way to stick a table header, the first table column, or both.
A Bulma-friendly way to stick a table header, first column, or both!

**[See It In Action](https://cityssm.github.io/bulma-sticky-table)**

Expand Down Expand Up @@ -35,11 +38,11 @@ Then, add either or both of the following classes to your `<table>` tag.

Use `.has-sticky-header` to stick the header.

- Note that the header should be inside of a `<thead>` tag, and each cell should use a `<th>` tag.
- Note that the header should be inside of a `<thead>` tag, and each cell should use a `<th>` tag.

Use `.has-sticky-column` to stick the first column.

- Note that the first cells in each table row should use the `<th>` tag.
- Note that the first cells in each table row should use the `<th>` tag.

## Thanks

Expand Down
2 changes: 1 addition & 1 deletion bulma-with-sticky-table.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="title">
bulma-sticky-table
</h1>
<p class="subtitle">
A Bulma-friendly way to stick a table header.
A Bulma-friendly way to stick a table header, first column, or both!
</p>
<a class="button is-link" href="https://github.com/cityssm/bulma-sticky-table">
Grab the SCSS from GitHub
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bulma-sticky-table",
"name": "@cityssm/bulma-sticky-table",
"version": "1.0.0",
"description": "A Bulma-friendly way to stick a table header.",
"main": "index.js",
"description": "A Bulma-friendly way to stick a table header, first column, or both!",
"main": "_sticky-table.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 5d41aca

Please sign in to comment.