1
0
Fork 0
forked from goffee/core

Input required, table (class, href, badge)

This commit is contained in:
Diana 2024-10-15 16:09:17 -05:00
parent f398ebb02d
commit 458ad520ca
6 changed files with 31 additions and 11 deletions

View file

@ -1,7 +1,7 @@
package components
type PageNav struct {
NavClass string // nav-pills
NavClass string // nav-pills, nav-underline
NavItems []PageNavItem
IsVertical bool
IsTab bool