sharkHead
sharkHead

Allen

@sharkHead

10 Posts 26 Views

  • No matching results...
  • Searching...

/ 255

Implement the nested comments in TALL stack. 👀

image

102

All my Livewire components have the similar structure, how about yours 🤩

@assets
@vite('resources/ts/example.ts')
@endassets

@script
<script>
Alpine.data('example', () => ({
message: 'hello',
init() {
//
}
});
</script>
@endscript

<div x-data="example">
<h1 x-text="message"></h1>
</div>

87

Newbie here, really love the Pinkary's UI design!

1

155