Commit 007c810c authored by Kevin Yumang's avatar Kevin Yumang

serv-2286_navigation_elements - prepared navigation documentation

parent 374a52ba
......@@ -8,12 +8,34 @@
@endphp
{{-- Description --}}
@Limitless::ElementCardStart(['title' => "Navigation", 'icon' => 'icon-file-text3', 'collapsable' => true, 'removeable' => false, 'extra' => ['style' => 'position:relative;', 'id' => 'elemento1', 'class' => 'card'] ])
@Limitless::ElementCardStart(['title' => "Navigation", 'icon' => 'icon-file-text3'])
Description for navigation element here.
@Limitless::ElementCardStop
{{-- Elements --}}
@Limitless::ElementCardStart(['title' => "Elements", 'icon' => 'icon-grid5'])
@Limitless::ElementCardStart(['title' => "Element 1"])
- element details
- element parameters (this should be on a table element)
@Limitless::ElementCardStop
@Limitless::ElementCardStart(['title' => "Element 2"])
- element details
- element parameters (this should be on a table element)
@Limitless::ElementCardStop
@Limitless::ElementCardStop
{{-- Sample Output --}}
@Limitless::ElementCardStart(['title' => "Sample Output", 'icon' => 'icon-display' ] )
@Limitless::ElementCardStart(['title' => "Sample Output", 'icon' => 'icon-display4' ] )
@Limitless::NavigationStart
@Limitless::NavigationMenuSectionTitle(['title' => 'Menu section title 1'])
@Limitless::NavigationMenuItem(['url' => '?page=card', 'target' => '_self', 'icon' => 'icon-square', 'title' => 'Card'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment