Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed Sep 20, 2023
2 parents 4c67d57 + e168841 commit b7ff096
Show file tree
Hide file tree
Showing 48 changed files with 150 additions and 141 deletions.
8 changes: 4 additions & 4 deletions fractal/components/02-display/avatar/01-avatar--size.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-32 rounded' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-20 rounded' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-16 rounded' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-8 rounded' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-32 rounded' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-20 rounded' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-16 rounded' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-8 rounded' })
</div>
4 changes: 2 additions & 2 deletions fractal/components/02-display/avatar/02-avatar--rounded.edge
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 rounded-xl' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 rounded-full' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 rounded-xl' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 rounded-full' })
6 changes: 3 additions & 3 deletions fractal/components/02-display/avatar/03-avatar--mask.edge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 mask mask-squircle' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 mask mask-hexagon' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 mask mask-triangle' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 mask mask-squircle' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 mask mask-hexagon' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 mask mask-triangle' })

6 changes: 3 additions & 3 deletions fractal/components/02-display/avatar/04-avatar--group.edge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@jrmc.avatar.group()
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-12' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-12' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-12' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-12' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/65/192/192', class: 'w-12' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/338/192/192', class: 'w-12' })
@end
4 changes: 2 additions & 2 deletions fractal/components/02-display/avatar/05-avatar--group2.edge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@jrmc.avatar.group({ class: '-space-x-12' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/65/192/192' })
@!jrmc.avatar({ placeholder: '+99' })
@end
2 changes: 1 addition & 1 deletion fractal/components/02-display/avatar/06-avatar--ring.edge
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', class: 'w-24 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', class: 'w-24 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2' })
4 changes: 2 additions & 2 deletions fractal/components/02-display/avatar/07-avatar--status.edge
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', status: 'online', class: 'w-24 rounded-full' })
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people', status: 'offline', class: 'w-24 rounded-full' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', status: 'online', class: 'w-24 rounded-full' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192', status: 'offline', class: 'w-24 rounded-full' })
4 changes: 2 additions & 2 deletions fractal/components/02-display/avatar/avatar.edge
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
@!jrmc.avatar({ url: 'https://placeimg.com/192/192/people' })
@!jrmc.avatar({ url: 'https://picsum.photos/id/64/192/192' })

@jrmc.avatar()
<img src="https://placeimg.com/192/192/people" alt="Text alt" />
<img src="https://picsum.photos/id/64/192/192" alt="Text alt" />
@end
</div>
2 changes: 1 addition & 1 deletion fractal/components/02-display/card/01-card.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card()
@slot('top')
<figure><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@jrmc.card.body()
@!jrmc.card.title({ text: 'Shoes!' })
Expand Down
2 changes: 1 addition & 1 deletion fractal/components/02-display/card/02-card--compact.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card({ class: 'card-compact w-96 bg-base-100 shadow-xl' })
@slot('top')
<figure><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@jrmc.card.body()
@!jrmc.card.title({ text: 'Shoes!' })
Expand Down
2 changes: 1 addition & 1 deletion fractal/components/02-display/card/03-card--badge.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card()
@slot('top')
<figure><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@jrmc.card.body()
@jrmc.card.title()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
@end
@end
@slot('bottom')
<figure><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card()
@slot('top')
<figure class="px-10 pt-10"><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure class="px-10 pt-10"><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@jrmc.card.body({ class: 'items-center text-center' })
@!jrmc.card.title({ text: 'Shoes!' })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card({ class: 'w-96 bg-base-100 shadow-xl image-full'})
@slot('top')
<figure><img src="https://placeimg.com/400/225/arch" alt="Shoes" /></figure>
<figure><img src="https://picsum.photos/400/225" alt="Shoes" /></figure>
@end
@jrmc.card.body()
@!jrmc.card.title({ text: 'Shoes!' })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card({ class: 'card-side bg-base-100 shadow-xl' })
@slot('top')
<figure><img src="https://placeimg.com/200/280/arch" alt="Movie"></figure>
<figure><img src="https://picsum.photos/200/280" alt="Movie"></figure>
@end
@jrmc.card.body()
@!jrmc.card.title({ text: 'New movie is released!' })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.card({ class: 'lg:card-side bg-base-100 shadow-xl' })
@slot('top')
<figure><img src="https://placeimg.com/400/400/arch" alt="Movie"></figure>
<figure><img src="https://picsum.photos/400/400" alt="Movie"></figure>
@end
@jrmc.card.body()
@!jrmc.card.title({ text: 'New movie is released!' })
Expand Down
10 changes: 5 additions & 5 deletions fractal/components/02-display/carousel/01-carousel.edge
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@!jrmc.carousel({ items: [
{ url: 'https://placeimg.com/400/300/arch', alt: 'text alt' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://picsum.photos/id/400/400/300', alt: 'text alt' },
{ url: 'https://picsum.photos/id/401/400/300' },
{ url: 'https://picsum.photos/id/402/400/300' },
{ url: 'https://picsum.photos/id/403/400/300' },
{ url: 'https://picsum.photos/id/404/400/300' },
] })
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@!jrmc.carousel({ items: [
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://placeimg.com/400/300/arch' },
{ url: 'https://picsum.photos/id/400/400/300' },
{ url: 'https://picsum.photos/id/401/400/300' },
{ url: 'https://picsum.photos/id/402/400/300' },
{ url: 'https://picsum.photos/id/403/400/300' },
{ url: 'https://picsum.photos/id/404/400/300' },
], class: 'carousel-center rounded-box' })
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@jrmc.carousel({ class: 'carousel-end rounded-box' })
@!jrmc.carousel.item({ url: 'https://placeimg.com/256/400/arch'})
@!jrmc.carousel.item({ url: 'https://placeimg.com/256/400/arch' })
@!jrmc.carousel.item({ url: 'https://placeimg.com/256/400/arch' })
@!jrmc.carousel.item({ url: 'https://placeimg.com/256/400/arch' })
@!jrmc.carousel.item({ url: 'https://placeimg.com/256/400/arch' })
@!jrmc.carousel.item({ url: 'https://picsum.photos/id/400/256/400'})
@!jrmc.carousel.item({ url: 'https://picsum.photos/id/401/256/400' })
@!jrmc.carousel.item({ url: 'https://picsum.photos/id/402/256/400' })
@!jrmc.carousel.item({ url: 'https://picsum.photos/id/403/256/400' })
@!jrmc.carousel.item({ url: 'https://picsum.photos/id/404/256/400' })
@end
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@jrmc.carousel({ class: 'w-64 rounded-box' })
@jrmc.carousel.item({ class: 'w-full' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/400/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-full' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/401/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-full' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/402/256/400" class="w-full" alt="" />
@end
@end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@!jrmc.carousel({ items: [
{ url: 'https://placeimg.com/400/300/arch', class: 'h-full' },
{ url: 'https://placeimg.com/400/300/arch', class: 'h-full' },
{ url: 'https://placeimg.com/400/300/arch', class: 'h-full' },
{ url: 'https://placeimg.com/400/300/arch', class: 'h-full' },
{ url: 'https://placeimg.com/400/300/arch', class: 'h-full' },
{ url: 'https://picsum.photos/id/301/400/300', class: 'h-full' },
{ url: 'https://picsum.photos/id/302/400/300', class: 'h-full' },
{ url: 'https://picsum.photos/id/308/400/300', class: 'h-full' },
{ url: 'https://picsum.photos/id/304/400/300', class: 'h-full' },
{ url: 'https://picsum.photos/id/305/400/300', class: 'h-full' },
], class: 'h-96 carousel-vertical rounded-box' })
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@jrmc.carousel({ class: 'rounded-box w-96' })
@jrmc.carousel.item({ class: 'w-1/2' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/400/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-1/2' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/401/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-1/2' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/402/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-1/2' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/403/256/400" class="w-full" alt="" />
@end
@jrmc.carousel.item({ class: 'w-1/2' })
<img src="https://placeimg.com/256/400/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/404/256/400" class="w-full" alt="" />
@end
@end
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@jrmc.carousel({ class: 'carousel-center max-w-md p-4 space-x-4 bg-neutral rounded-box' })
@jrmc.carousel.item()
<img src="https://placeimg.com/250/180/arch" class="rounded-box" alt="" />
<img src="https://picsum.photos/id/400/250/180" class="rounded-box" alt="" />
@end
@jrmc.carousel.item()
<img src="https://placeimg.com/250/180/arch" class="rounded-box" alt="" />
<img src="https://picsum.photos/id/401/250/180" class="rounded-box" alt="" />
@end
@jrmc.carousel.item()
<img src="https://placeimg.com/250/180/arch" class="rounded-box" alt="" />
<img src="https://picsum.photos/id/402/250/180" class="rounded-box" alt="" />
@end
@jrmc.carousel.item()
<img src="https://placeimg.com/250/180/arch" class="rounded-box" alt="" />
<img src="https://picsum.photos/id/403/250/180" class="rounded-box" alt="" />
@end
@end
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div>
@jrmc.carousel({ class: 'w-full' })
@jrmc.carousel.item({ id: 'item1', class: 'w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/400/800/200" class="w-full" alt="" />
@end
@jrmc.carousel.item({ id: 'item2', class: 'w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/401/800/200" class="w-full" alt="" />
@end
@jrmc.carousel.item({ id: 'item3', class: 'w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/402/800/200" class="w-full" alt="" />
@end
@jrmc.carousel.item({ id: 'item4', class: 'w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" alt="" />
<img src="https://picsum.photos/id/403/800/200" class="w-full" alt="" />
@end
@end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
@jrmc.carousel({ class: 'w-full' })
@jrmc.carousel.item({ id: 'slide1', class: 'relative w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" />
<img src="https://picsum.photos/id/400/800/200" class="w-full" />
<div class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2">
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide4' })
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide2' })
</div>
@end
@jrmc.carousel.item({ id: 'slide2', class: 'relative w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" />
<img src="https://picsum.photos/id/401/800/200" class="w-full" />
<div class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2">
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide1' })
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide3' })
</div>
@end
@jrmc.carousel.item({ id: 'slide3', class: 'relative w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" />
<img src="https://picsum.photos/id/402/800/200" class="w-full" />
<div class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2">
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide2' })
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide4' })
</div>
@end
@jrmc.carousel.item({ id: 'slide4', class: 'relative w-full' })
<img src="https://placeimg.com/800/200/arch" class="w-full" />
<img src="https://picsum.photos/id/403/800/200" class="w-full" />
<div class="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2">
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide3' })
@!jrmc.button.link({ text: '', class: 'btn-circle', href: '#slide1' })
Expand Down
2 changes: 1 addition & 1 deletion fractal/components/02-display/chat/02-chat--avatar.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.chat()
@slot('avatar')
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
It was said that you would, destroy the Sith, not join them.
@end
2 changes: 1 addition & 1 deletion fractal/components/02-display/chat/05-chat--position.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@jrmc.chat({ position: 'end' })
@slot('avatar')
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
@slot('header')
Obi-Wan Kenobi
Expand Down
4 changes: 2 additions & 2 deletions fractal/components/02-display/chat/07-chat--sample.edge
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
@jrmc.chat()
@slot('avatar')
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
@slot('header')
Obi-Wan Kenobi
Expand All @@ -15,7 +15,7 @@

@jrmc.chat({ position: 'end', class: 'chat-bubble-accent' })
@slot('avatar')
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
@slot('header')
Anakin
Expand Down
4 changes: 2 additions & 2 deletions fractal/components/02-display/toast/10-toast--expiration.edge
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div>
@toast({
@jrmc.toast({
'class': 'toast-top toast-end',
'x-data': '{ open: true }',
'x-show': 'open',
'x-transition.duration.500ms': '',
'x-init': 'setTimeout(() => open = false, 5000);setTimeout(() => $el.remove(), 6000)',
})
@!alert.info({ text: 'New message arrived.', icon: 'false' })
@!jrmc.alert.info({ text: 'New message arrived.', icon: 'false' })
@end
</div>
2 changes: 1 addition & 1 deletion fractal/components/02-display/tooltip/01-tooltip.edge
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@jrmc.tooltip({ text: 'hello' })
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@jrmc.tooltip({ text: 'hello', class: 'tooltip-open' })
<img src="https://placeimg.com/192/192/people" />
<img src="https://picsum.photos/192/192" />
@end
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@jrmc.tooltip({ text: 'hello', class: 'tooltip-open tooltip-left tooltip-primary' })
<img src="https://placeimg.com/64/64/people" />
<img src="https://picsum.photos/64/64" />
@end
@jrmc.tooltip({ text: 'hello', class: 'tooltip-open tooltip-bottom tooltip-secondary' })
<img src="https://placeimg.com/64/64/people" />
<img src="https://picsum.photos/64/64" />
@end
@jrmc.tooltip({ text: 'hello', class: 'tooltip-open tooltip-right tooltip-accent' })
<img src="https://placeimg.com/64/64/people" />
<img src="https://picsum.photos/64/64" />
@end
30 changes: 17 additions & 13 deletions fractal/components/03-form/01-input/01-input-base.edge
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<div class="w-full max-w-xs">
@!jrmc.form.input({ placeholder: 'Default', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'number', placeholder: '0', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'email', placeholder: '[email protected]', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'date', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'datetime-local', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'color', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'hidden', value: 'true', class: 'w-full' })
@jrmc.card({ class: 'bg-neutral'})
@jrmc.card.body()
@!jrmc.form.input({ placeholder: 'Default', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'number', placeholder: '0', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'email', placeholder: '[email protected]', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'date', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'datetime-local', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'color', class: 'w-full' })
<br /><br />
@!jrmc.form.input({ type: 'hidden', value: 'true', class: 'w-full' })
@end
@end
</div>
Loading

0 comments on commit b7ff096

Please sign in to comment.