By editor, 12 January, 2016 Display contents using Drupal8 Render API Tags Drupal 8 Code Theming Render arrays
By editor, 17 December, 2015 Create a static progress bar on drupal 8 Tags Drupal 8 Code Theming The easiest way is use html default progress bar like: <progress value='$percentage' max='100'></progress> And theme with CSS.
By editor, 7 December, 2015 Add JavaScript to a module Tags Drupal 8 Theming JavaScript Add JavaScript as libraries Like a CSS, You can add a JS as a librarie
By editor, 18 November, 2015 Add CSS stylesheets to a module (CKEditor) Tags Drupal 8 Theming Code Drupal 9 There are several ways to do that.