GenieFramework / StippleUI.jl

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

Stepper #101

Closed AbhimanyuAryan closed 7 months ago

AbhimanyuAryan commented 1 year ago
step("An ad group contains one or more ads which target a shared set of keywords.",
    name! = "2", title="Create an ad group", caption="Optional", icon="create_new_folder", done! = "step > 2"),
      <q-step
        :name="2"
        title="Create an ad group"
        caption="Optional"
        icon="create_new_folder"
        :done="step > 2"
      >
        An ad group contains one or more ads which target a shared set of keywords.
      </q-step>

I pushed to the stepper branch and it created a duplicate. So I had to close the older branch: https://github.com/GenieFramework/StippleUI.jl/pull/67

AbhimanyuAryan commented 1 year ago

Demo: https://github.com/GenieFramework/StippleDemos/pull/34/files

hhaensel commented 8 months ago

Looks interesting. The docstring should, however, use qstep() instead of step() because step would conflict with Base.step() and some improvements to the docstring are necessary.

hhaensel commented 7 months ago

Closed in favour of hh-stepper #119 Sorry again @AbhimanyuAryan that I struggled with my git and then for time reasons copied your code to my branch.

AbhimanyuAryan commented 7 months ago

No problem. I am busy entire Nov-Dec-Jan. I have no bandwidth to contribute. But I'll be back 👷

Sorry for not replying to tags 😣