-
Notifications
You must be signed in to change notification settings - Fork 3k
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(segment): add playground & docs for segment view #3875
feat(segment): add playground & docs for segment view #3875
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe deployment is gonna fail since the component API doesn't for ion-segment-view
in the current v8 scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally using the dev build with all demos & StackBlitz examples. Note for anyone running this locally you will have to comment out this usage to avoid errors:
---
title: "ion-segment-view"
---
<!-- import Props from '@ionic-internal/component-api/v8/segment-view/props.md';
import Events from '@ionic-internal/component-api/v8/segment-view/events.md'; -->
<!-- ## Properties
<Props />
## Events
<Events /> -->
Looks good! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the events and props to the segment content and the grammar are my major requests. The rest are suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat(segment): add playground & docs for segment view * fix(segment-view): api import version * fix(segment-content): usage & common API sections * Force CI run
* docs(select): add `modal` interface to `ion-select` docs (#3872) * docs(select): update select docs for modal interface * fix(select): point playground to correct demo * feat(segment): add playground & docs for segment view (#3875) * feat(segment): add playground & docs for segment view * fix(segment-view): api import version * fix(segment-content): usage & common API sections * Force CI run
NOTE: These docs are for an unreleased feature, to test, please update the version used by the playgrounds and component API plugin to the following dev build:
8.3.4-dev.11730395663.1a0f4848
What's Changed:
ion-segment
docs for new "swipeable segments"ion-segment-content
andion-segment-view
Associated feature PR: ionic-team/ionic-framework#29969