microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Add scroll into view to html render #113

Closed williamw2 closed 2 years ago

williamw2 commented 2 years ago

Pull Request

📖 Description

Adding a "scroll-into-view" attribute to the HTMLRender component. When the attribute is present the Renderer will scroll the selected element into view (centered in the viewport if possible) when it receives a new active dictionary id from the message system.

🎫 Issues

Closes #70

👩‍💻 Reviewer Notes

✅ Checklist

General

⏭ Next Steps