Skip to content

ChenSee/goAdminThemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The official ui themes of GoAdmin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 35.1%
  • Go 34.0%
  • JavaScript 30.1%
  • Makefile 0.8%