Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
Welcome to the Porsche Design System
Release NoteCheckout the latest release 3.30.0-rc.3
This is your all-in-one toolkit for creating high-quality, visually stunning web applications. With intuitive Figma libraries, robust Web Components, and comprehensive guidelines, it’s built and tested to embody Porsche’s signature quality and design principles.We provide protected Figma library, as well as public accessible npm releases for Vanilla JS, Angular, React, Next.js, Remix and Vue based on Web Components with TypeScript and SSR support and appreciate any feedback, feature requests or suggestions on our public accessible issue board.
Start Designing
Start Coding
Change & Feature Requests
We value your feedback, ideas, and contributions to help create the best possible experience with the Porsche Design System. Ready to get involved? Start by exploring our contributing guidelines!Create feature Request
BenefitsThe design system offers a variety of benefits compared individual solutions: Saving time and effort while accelerating the development process through reusable components, consistent guidelines, and seamless integration.
Short & Longterm EfficiencySpeeds up design and development by reusing maintained components and patterns. Enables better collaboration and delivers up to 31% faster implementation.
Brand FitBuilt on Porsche's design principles, it aligns with the brand identity, delivering a cohesive and premium digital experience.
Accessibility CompliantWCAG compliant components ensure inclusivity and accessibility for all users, enhancing usability and user experience.
Framework AgnosticWorks seamlessly with any framework, offering flexibility, compatibility, and ease of use across platforms.
Fluid & ResponsiveThe system is fully responsive and adaptable, ensuring an optimal user experience across all devices and screen sizes.
Compliant QualityThe system ensures flawless performance with automated tests, security checks, and smooth updates, delivering reliable, high-quality results every time.
Updated CapabilityStyles, tokens, and components can be updated anytime, enabling flexibility, improvement, and alignment with evolving design trends.
Open-Source CodeIt fosters collaboration by allowing everyone to use the code, ensuring transparency, innovation, and well-tested, dependable solutions.
Resources
Github RepositoryFigma Design Library (internal)Figma Design Library (public)Brand GuideIcon Library
Global settingsThemeChanges the theme of the application and any Porsche Design System component. It's possible to choose between forced theme light and dark. It's also possible to use auto, which applies light or dark theme depending on the operating system settings automatically.LightDarkAuto (sync with operating system)DirectionThe dir global attribute in HTML changes the direction of text and other content within an element. It's most often used on the <html> tag to set the entire page's direction, which is crucial for supporting languages that are written from right to left (RTL), such as Arabic and Hebrew. For example, using <html dir="rtl"> makes the entire page display from right to left, adjusting the layout and text flow accordingly.LTR (left-to-right)RTL (right-to-left)Text ZoomTo ensure accessibility and comply with WCAG 2.2 AA standards, it is mandatory for web content to support text resizing up to at least 200% without loss of content or functionality. Using relative units like rem is a best practice for achieving this, as they allow the text to scale uniformly based on the user's browser settings.100%130%150%200%