GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

Enhance flexgrid support #105

Closed hhaensel closed 9 months ago

hhaensel commented 10 months ago

Currently, row(), cell() and column() all support flexgrid kwargs size, xs, sm, md, lg, xl to insert respective class names. e.g. col-5, col-md-4.

It would be very convenient to also support all other element functions in StippleUI to support these arguments, however, for a bunch of functions, e.g. btn(), chip() etc. the size argument is already used.

I see two ways out:

@essenciary, @AbhimanyuAryan What do you think, and what would be a good name: flex or col or colsize ...

hhaensel commented 10 months ago

Another possible name would be :grid

hhaensel commented 9 months ago

We agreed on :col