Factor Bulma Theme
Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers. Theme Bulma makes using the CSS framework in Factor a breeze.
Live demo: https://bulma-theme.factor.dev/
Installing & Customizing Themes
Install
To install theme just add to your Factor app's project dependencies:
$ cd my-project
$ yarn add @factor/theme-bulma
Customize
This theme uses Factor's native theme settings system.
Copy the factor-settings.js file and place in your applications source folder src
.
Edit the settings you'd like to change, the result will be merged with the theme settings file.