Skip to content

Commit

Permalink
chore: removed instance of component
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Norin committed Nov 23, 2023
1 parent 614998c commit 4bf2239
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions views/pages/script/class-toggle.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,26 @@
Toggle group
@endtypography

@buttonGroup(['borderColor' => 'default', 'classList' => ['u-margin__bottom--3']])
@button([
'text' => 'Box One',
'color' => 'default',
'type' => 'basic',
'size' => 'md',
'icon' => 'code',
'toggle' => true,
'attributeList' => ['data-js-toggle-trigger' => "iddd", 'data-js-toggle-group' => "example2"]
])
@endbutton
@button([
'text' => 'Box Two',
'color' => 'default',
'type' => 'basic',
'size' => 'md',
'icon' => 'code',
'toggle' => true,
'attributeList' => ['data-js-toggle-trigger' => "iddd2", 'data-js-toggle-group' => "example2"]
])
@endbutton
@endbuttonGroup
@button([
'text' => 'Box One',
'color' => 'default',
'type' => 'basic',
'size' => 'md',
'icon' => 'code',
'toggle' => true,
'attributeList' => ['data-js-toggle-trigger' => "iddd", 'data-js-toggle-group' => "example2"]
])
@endbutton
@button([
'text' => 'Box Two',
'color' => 'default',
'type' => 'basic',
'size' => 'md',
'icon' => 'code',
'toggle' => true,
'attributeList' => ['data-js-toggle-trigger' => "iddd2", 'data-js-toggle-group' => "example2"]
])
@endbutton

<div class="u-color__bg--default u-rounded">
<div class="u-rounded u-padding--2" data-js-toggle-item="iddd" data-js-toggle-class="u-color__bg--secondary" data-js-toggle-group="example2">
Expand Down

0 comments on commit 4bf2239

Please sign in to comment.