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

docs: show extended values through the component reference #1584

Open
VividLemon opened this issue Nov 12, 2023 · 1 comment
Open

docs: show extended values through the component reference #1584

VividLemon opened this issue Nov 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@VividLemon
Copy link
Member

VividLemon commented Nov 12, 2023

Clear and concise description of the problem

In situations where components extend the values of other components, there needs to be an extension to the component reference.

I believe something like (BAvatar example)

BAvatar props
badge default: false badge desc
Omit<BLinkProps, 'event' | 'routerTag'>
variant 'secondary' (Not a BLink default) (desc taken automatically from BLink)
active undefined -- (default taken from BLink) (desc taken automatically from BLink)

The purpose is to make this automatic. Without requiring you to re-declare props all over the place.

@VividLemon VividLemon added the enhancement New feature or request label Nov 12, 2023
@VividLemon
Copy link
Member Author

related: #1580 (comment)

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

No branches or pull requests

1 participant