-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow customising formatter CSS classes
## Changes - allow customising CSS classes by passing the `cssClasses` option in the formatter's constructor - `title` and `subtitle` classes are added to the rendered title and subtitle - a `label-wrapper` is added to the table cell (`<td>`) that contains the `<h3 class="label">LABEL</h3>` - *breaking change:* a `scopedCss` function is no longer exported by the formatters. Please use `new Formatter().cssString()`. Resolves #399
- Loading branch information
1 parent
2cf9544
commit 58fc190
Showing
13 changed files
with
798 additions
and
272 deletions.
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
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
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
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
Oops, something went wrong.