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

Add custom-elements.json for each web components #545

Open
1 of 2 tasks
andrealeardini opened this issue Oct 8, 2019 · 2 comments · May be fixed by #5695
Open
1 of 2 tasks

Add custom-elements.json for each web components #545

andrealeardini opened this issue Oct 8, 2019 · 2 comments · May be fixed by #5695
Labels
Type: Feature New feature or request

Comments

@andrealeardini
Copy link

I'm submitting a:

  • bug report
  • feature request

Related code:

{
  "version": 1,
  "tags": [
    {
      "label": "mwc-button",
      "description": "Buttons allow users to take actions, and make choices, with a single tap",
      "attributes": [...],
      "properties": [...],
      "events": [...],
      "slots": [...]
    }
  ]
}

w3c/webcomponents discussion:

Used by

@fernandopasik
Copy link
Contributor

It would be awesome if https://www.webcomponents.org/ would use this.

@jogibear9988
Copy link

the sample above it's from a old version of the manifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants