iTwin / iTwinUI

A design system for building beautiful and well-working web interfaces.
https://itwin.github.io/iTwinUI/
MIT License
92 stars 35 forks source link

Adds `Code` Astro Component #1980

Closed Ben-Pusey-Bentley closed 3 weeks ago

Ben-Pusey-Bentley commented 4 weeks ago

Changes

Adds Code Astro component for css-workshop. This component is a replacement for the inline code elements in the css-workshop and does not replace the code block element that appears in the code.astro example file. Imported as Code_ across both files that it is used in order to be consistent, even though it could be imported as just Code in the index.astro file.

Testing

Ran visual tests and checked the pages with the dev command to make sure there were no visual changes.

Docs

N/A