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 Tab Component #648

Closed
seekerquest opened this issue Jul 20, 2024 · 1 comment
Closed

Add Tab Component #648

seekerquest opened this issue Jul 20, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@seekerquest
Copy link

seekerquest commented Jul 20, 2024

Is your feature request related to a problem? Please describe.
Add a Tab component as described in https://material.angular.io/components/tabs/overview

Describe the solution you'd like
A potential implementation could be something like this:

import mesop as me

with me.tabs():
      with me.tab('tools'):
            me.text('Tools Section')

But more broadly speaking, is there a comprehensive way for the community to add more components to enrich the framework ? maybe a well documented process could help!

@wwwillchen
Copy link
Collaborator

Hi @seekerquest - we have an existing issue at #93 so I'm going to dedupe this issue, but you're more than welcome to work on #93.

Take a look at our contribution guide and follow our dev environment docs.

We have a doc page for adding a new component:
https://google.github.io/mesop/internal/new_component/

Feel free to reference #640 which is a PR I recently did to add a new component.

@wwwillchen wwwillchen closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2024
@wwwillchen wwwillchen added the duplicate This issue or pull request already exists label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants