Skip to content

Welcome to Radicle

Radicle Docs

This route is used for demonstration purposes. It is registered from routes/web.php and the template is located at resources/views/welcome.blade.php.

Components

Components live in the resources/views/components directory.

Buttons

The core/button block is rendered with the x-button Blade component.

Attribute Default Options
variant primary primary, outline
size base xs, sm, base, lg
element a a, button
<x-button href="#">Button</x-button>
Button
<x-button variant="outline" href="#">Button</x-button>
Button

Modals

The radicle/modal block is rendered with the x-modal Blade component.