-
Notifications
You must be signed in to change notification settings - Fork 734
Feat/snippets #1823
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/snippets #1823
Conversation
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.
Looks great! I've been meaning to add something similar (:
Anyway ,most of the snippets are pretty hollow IMO, I think we should have a team effort to make them a bit more detailed.
Anyway, is there a way to convert the placeholders (e.g $1
) in the snippets to a meaningful values?
It'll be great if for example we can have a snippet like this
<Card backgroundColor={Colors.blue30} />
instead of
<Card backgroundColor={} />
Co-authored-by: Ethan Sharabi <[email protected]>
Co-authored-by: Ethan Sharabi <[email protected]>
The |
Yes, I think the cursor thing is a nice to have.. |
Ok. I'll add a value before the $ that's how we'll have both an example and the cursor mark |
Description
Snippets - adding "snippet" key to the api.json and adding it to docs site build.
Changelog
Snippets - adding "snippet" key to the api.json and adding it to docs site build.