Open alexzhang1030 opened 2 months ago
Latest commit: 1aba46a46b1933956969595bc244151556a11ccc
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
stepperize | ❌ Failed (Inspect) | Aug 19, 2024 5:39am |
@alexzhang1030 thank you for this initiative. You could resolve the branch conflicts and explain the details in the PR description. I will soon add a template for the PRs
@alexzhang1030 thank you for this initiative. You could resolve the branch conflicts and explain the details in the PR description. I will soon add a template for the PRs
Hi, I've merged the latest main branch. This PR aims to extract the common types/logics of Stepper
so that we can use these helpers to implement other framework bindings. I will work on a Vue binding after this PR has merged.
Extract common logic to the core package to easily implement
vue
or other framework bindings.