@rhds/elements
Version:
Red Hat Design System Elements
33 lines (23 loc) • 1.32 kB
Markdown
# Red Hat Design System
[Documentation][docs], [design tokens][tokens], and [web components][elements] for building uniform experiences with the Red Hat brand.
## 🎨 For Designers
RHDS provides Adobe XD libraries and design kits to aid in your design work.
## 💻 For Developers
RHDS provides a collection of ready-made, framework-agnostic web components with Red Hat branding, user experience, accessibility, and style guidelines built in.
```html
<rh-card>
<h2 slot="heading">Red Hat Branded Web Components</h2>
<p>So you can focus more on your content or app, and less on implementation details.</p>
<rh-cta slot="footer">
<a href="https://ux.redhat.com">Read the Docs</a>
</rh-cta>
</rh-card>
```
## Contributions are Welcome
Would you like to contribute to the **documentation** or **design specs**? Read [the site contributing guide][contributing].
Would you like to contribute to **component development**? Read [the developer contributing guide][development].
[docs]: https://ux.redhat.com
[tokens]: https://red-hat-design-tokens.netlify.app
[elements]: https://ux.redhat.com/elements/
[contributing]: https://github.com/RedHat-UX/red-hat-design-system/tree/main/CONTRIBUTING_DESIGN.md
[development]: https://github.com/RedHat-UX/red-hat-design-system/tree/main/CONTRIBUTING_DEV.md