Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce next navigation #1103

Merged
merged 4 commits into from
Dec 19, 2023
Merged

feat: introduce next navigation #1103

merged 4 commits into from
Dec 19, 2023

Conversation

YoussefRaafatNasry
Copy link
Member

@YoussefRaafatNasry YoussefRaafatNasry commented Dec 19, 2023

The new navigation API:

// my_button.stories.dart

final meta = Meta<MyButton>(
  path: '[optional]/nav/path'
);
// main.dart

// ...
return Widgetbook(
  components: components,
  addons: [ ... ],
);

Copy link

docs-page bot commented Dec 19, 2023

To view this pull requests documentation preview, visit the following URL:

docs.widgetbook.io/~1103

Documentation is deployed and generated using docs.page.

@YoussefRaafatNasry YoussefRaafatNasry merged commit 059083c into v4 Dec 19, 2023
13 checks passed
@YoussefRaafatNasry YoussefRaafatNasry deleted the refactor/nav branch December 19, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant