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

Footer: replace Prop-based "info links" with slottable links #1438

Open
tishoyanchev opened this issue Aug 28, 2024 · 0 comments · May be fixed by #1450
Open

Footer: replace Prop-based "info links" with slottable links #1438

tishoyanchev opened this issue Aug 28, 2024 · 0 comments · May be fixed by #1450
Assignees
Labels
enhancement New feature or request

Comments

@tishoyanchev
Copy link
Contributor

Terms, Imprint, Privacy policy and Glossary are hardcoded and controllable via Prop. However, due to the dynamic nature of these info links, their addition needs to be flexible.
Remove them as hard-coded links, and instead, implement them via slot, similar to the "socials links".

<div slot="info">
    <ifx-link>Terms</ifx-link>
 </div>

Only the copyright-text Prop should remain.

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
2 participants