Categorygithub.com/GoAdminGroup/themes
module
0.0.48
Repository: https://github.com/goadmingroup/themes.git
Documentation: pkg.go.dev

# README

GoAdmin Official Themes

中文介绍

How to use

  • Import the theme
  • Set in the global configuration of GoAdmin

package main

import (
	...
	_ "github.com/GoAdminGroup/themes/adminlte"
	...
)

func main()  {
	
	...
	
	cfg := config.Config{
    		...
    		
    		Theme: "adminlte",
    		
    		...
    	}
	
	...
 
}

How to modify and make it work

Use the Makefile under each theme directory.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author