Jack Sleight

@jacksleight
72 Followers
42 Following
41 Posts
Freelance full-stack developer. Love building sharp interfaces and working with Laravel, Statamic and Filament.

Been testing @LaravelLivewire Flux customisation using Blade Tailor. These styles are defined in one file, without publishing the templates or using CSS overrides (mostly).

(I love Flux's look, but I’d like to use it in projects with their own style, so I'm just experimenting.)

Added some new features that make it super easy to make changes to multiple components at once, like if you want all the small text to be bigger, or all the rounded corners to be pointy. Tagged v0.2.

Here are some more examples of what this can do. I've also made some tweaks to the API. There's also a `reset` option that allows you to remove all built-in classes, just in case you really really want to style the whole thing from scratch (but still keep all the behaviour).

I originally built this to use with my own package of general purpose components, but since it can now work with other packages maybe I should release it?

I have a little tool that allows you to globally alter the props and classes used by blade components, making it super easy to customise external components without publishing their views. Just got it working with Livewire Flux!

Super excited to announce a big new feature for @statamic Bard Texstyle: Pins! πŸ“Œ

Pins make it really easy to add custom elements within a line of text, like icons, footnotes, and dynamic values. You can create any types you like, and render them however you like.

πŸ“ Release notes:
https://statamic.com/addons/jacksleight/bard-texstyle/release-notes

πŸ“˜ Pins documentation:
https://jacksleight.dev/docs/bard-texstyle/pins

πŸ’¬ And a blog post on implementing footnotes:
https://jacksleight.dev/posts/adding-footnotes-to-bard-with-texstyle-pins

Bard Texstyle Release Notes – Statamic Addon

Statamic
Things may still change, but if anyone’s curious this is all the templating you'd need for the footnotes example. The elements get rendered automatically during augmentation, and you can optionally loop over them to output elsewhere.
A little sneak peak of something I'm working on for the next version of @statamic Bard Texstyle Pro.
Preparations!
A little sneak peak:
Am I doing this right?