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

Adding example pages for components that didn't have one #150

Closed williamw2 closed 2 years ago

williamw2 commented 2 years ago

Pull Request

📖 Description

Adding example pages for the color picker and file components and updating the HTML Render example to include the Inline Edit component. The File component example includes the file-action-objurl component as the file-action is more of an interface definition and components implementing it are not intended for use outside of a File component. Additional File example routes may be added when new file-action components are added. The HTML Render example button has been moved and re-labeled and updated to include the html-render-layer-inline-edit component. The html-render-layer, html-render-layer-inline-edit and html-render-layer-navigation components are not intended to be used outside of html-render and are included in the html-render route. I also re-ordered the buttons in the web component section of the app/index.html to be ordered alphabetically.

🎫 Issues

Closes: #96

👩‍💻 Reviewer Notes

✅ Checklist

General

⏭ Next Steps