Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
735f67a4
Commit
735f67a4
authored
Jun 21, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - Navigation documentation WIP
parent
899cb367
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
5 deletions
+53
-5
Index.blade.php
src/Views/Limitless/Navigation/Documentation/Index.blade.php
+53
-5
No files found.
src/Views/Limitless/Navigation/Documentation/Index.blade.php
View file @
735f67a4
...
...
@@ -9,26 +9,74 @@
{{
--
Description
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Navigation"
,
'icon'
=>
'icon-menu8'
])
Description
for
navigation
element
here
.
<
p
>
A
vertical
area
that
displays
the
items
for
website
page
navigation
.
Consists
of
<
i
>
six
(
6
)
</
i
>
elements
.
</
p
>
@
Limitless
::
ElementCardStop
{{
--
Elements
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Elements"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Element 1"
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"NavigationStart"
])
<
p
>
The
main
opening
element
for
the
navigation
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Description'
],
[
'name'
=>
'Example'
],
])
@
Limitless
::
TableAutofillBody
([
[
[
'value'
=>
'extra'
],
[
'value'
=>
'Adds custom attributes for the main container. existing attributes such as class will be overwritten.'
],
[
'value'
=>
"<code>'extra' => ['style' => 'position:relative;', 'id' => 'nav1', 'class' => 'nav nav-custom-style']</code>"
,
'secure'
=>
false
],
]
])
@
Limitless
::
TableStop
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"NavigationStop"
])
-
element
details
-
element
parameters
(
this
should
be
on
a
table
element
)
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"NavigationMenuSectionTitle"
])
-
element
details
-
element
parameters
(
this
should
be
on
a
table
element
)
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"NavigationMenuItem"
])
-
element
details
-
element
parameters
(
this
should
be
on
a
table
element
)
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"
Element 2
"
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"
NavigationMenuStart
"
])
-
element
details
-
element
parameters
(
this
should
be
on
a
table
element
)
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"NavigationMenuStop"
])
-
element
details
-
element
parameters
(
this
should
be
on
a
table
element
)
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment