Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page builder updates #397

Open
agentphoenix opened this issue Aug 21, 2024 · 0 comments
Open

Page builder updates #397

agentphoenix opened this issue Aug 21, 2024 · 0 comments

Comments

@agentphoenix
Copy link
Member

agentphoenix commented Aug 21, 2024

Ideas

Image

Image

Image

Notes

  • Container settings
  • Content settings
  • Block settings
Tabs::make()->schema([
    Tab::make('Container')->schema([
        Select::make('container-width')->options([
            'full' => 'Full width',
            'max-w-7xl' => '7xl',
            'max-w-6xl' => '6xl',
            'max-w-5xl' => '5xl',
            'max-w-4xl' => '4xl',
            'max-w-3xl' => '3xl',
            'max-w-2xl' => '2xl',
            'max-w-xl' => 'xl',
            'max-w-lg' => 'lg',
        ]),
        ...FormSchema::spacing(),
        ...FormSchema::backgroundSection(),
    ])->icon('tabler-container'),
    Tab::make('Content')->schema([
        // Width (full, constrained)
        // Background
        // Spacing
        // Heading (content, color)
        // Message (content, color)
        // Callout (content, color, style)
    ])->icon('tabler-box-padding'),
    Tab::make('Block settings')->schema([])->icon('tabler-settings'),
]),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant