Documentation
¶
Overview ¶
Package corporate provides a professional theme preset for business applications.
The corporate theme offers a conservative color palette, formal typography, and accessibility-focused design suitable for enterprise applications.
Basic Usage ¶
registry := plugin.NewRegistry() registry.Use(corporate.New())
Features ¶
- Conservative color palette (blues, grays)
- Formal typography (system fonts)
- High contrast for accessibility (WCAG AAA)
- Print-friendly styles
- Professional components
Index ¶
- type Corporate
- func (c *Corporate) AlpineComponents() []plugin.AlpineComponent
- func (c *Corporate) CustomCSS() string
- func (c *Corporate) CustomFonts() []string
- func (c *Corporate) Directives() []plugin.AlpineDirective
- func (c *Corporate) Init(ctx context.Context, registry *plugin.Registry) error
- func (c *Corporate) Magics() []plugin.AlpineMagic
- func (c *Corporate) Scripts() []plugin.Script
- func (c *Corporate) Shutdown(ctx context.Context) error
- func (c *Corporate) Stores() []plugin.AlpineStore
- func (c *Corporate) Theme() *theme.Theme
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Corporate ¶
type Corporate struct {
*plugin.PluginBase
}
Corporate theme plugin.
func (*Corporate) AlpineComponents ¶
func (c *Corporate) AlpineComponents() []plugin.AlpineComponent
AlpineComponents returns theme components.
func (*Corporate) CustomFonts ¶
CustomFonts returns additional font configurations.
func (*Corporate) Directives ¶
func (c *Corporate) Directives() []plugin.AlpineDirective
Directives returns theme-specific directives.
func (*Corporate) Magics ¶
func (c *Corporate) Magics() []plugin.AlpineMagic
Magics returns theme magic properties.
func (*Corporate) Stores ¶
func (c *Corporate) Stores() []plugin.AlpineStore
Stores returns theme stores.
Click to show internal directories.
Click to hide internal directories.