kvision icon indicating copy to clipboard operation
kvision copied to clipboard

Example for styling needed

Open mgrouch opened this issue 3 years ago • 1 comments

An additional example where CSS is getting compiled by gradle on the fly from bootstrap and tabulator SASS would be very useful. Currently styling with KVision is very time consuming.

Thanks

mgrouch avatar May 18 '22 16:05 mgrouch

You can't use different styles for tabulator component at the moment, because the css is always included by the module. Css module could be separated in the future, but not before KVision 6.0 (it would be a breaking change). As for styling with SASS instead of the default Bootstrap css you should have a look at KVision website sources - it's using Bulma SASS customized sources. Using Bootstrap SASS would be analogous.

rjaros avatar May 29 '22 11:05 rjaros

Styling tabulator is now possible

rjaros avatar Dec 30 '22 22:12 rjaros