-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,17 @@ A Bulma-friendly way to stick a table header, table footer, first column, or all | |
|
||
Download a release, or grab the code from npm. | ||
|
||
`npm install @cityssm/bulma-sticky-table` | ||
### Bulma v1 or newer | ||
|
||
```sh | ||
npm install @cityssm/bulma-sticky-table | ||
``` | ||
|
||
### Bulma v0.9.4 or older | ||
|
||
```sh | ||
npm install @cityssm/[email protected] | ||
``` | ||
|
||
When building your stylesheet, import `_sticky-table.scss` AFTER you import Bulma. | ||
This will ensure your colour customizations are used. | ||
|