-
Notifications
You must be signed in to change notification settings - Fork 601
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(detail view): add detail view #470
Conversation
aca195a
to
387b9c7
Compare
toggle_button: "toggle_button", | ||
}, | ||
children: "Toggle", | ||
id: "toggle01", |
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.
Should id's be different in detailData vs data? You are using the same ids below
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.
This is elsewhere as well
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.
they don't need to be in this case since the views are never shown at the same time so the ids are always unique on the page
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.
cool
4846466
to
97e38bb
Compare
3078954
to
5a04a73
Compare
e87f3dd
to
828c2c2
Compare
828c2c2
to
a87b769
Compare
56e29d9
to
6566e73
Compare
## Implementation example | ||
```javascript | ||
### Style guidance | ||
Don't use *image* as a substitute for *hero*, *feature*, or *product* and *content placements*. Don't use an image if it reduces the effectiveness of the page. |
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.
FYI - created an issue #473 to scrub documentation for non-existent components. We'll handle this in a different PR.
Closes #295