SAP Design System component library for building SAP user interfaces with any web technology.
Fundamental Library Styles is a lightweight presentation layer that can be used with any UI framework to create visually consistent and professional-looking Fiori applications in web-based technologies such as Angular, React, and Vue. The library includes a collection of stylesheets and HTML tags that developers can utilize.
<script src="https://unpkg.com/fundamental-styles@{versionNumber}/dist/fundamental-styles.min.js"></script>
Replace {versionNumber}
with the desired version number.
<link rel="stylesheet" href="https://unpkg.com/fundamental-styles@{versionNumber}/dist/themes/{themeName}.css">
Replace {versionNumber}
with the desired version number and {themeName}
with the desired theme (e.g., sap_horizon
).
@sap-theming
library for fonts and icons separately. Add the fonts and icons to your project and include the following CSS in your project:@import url('path/to/fundamental-styles.css');
@import url('path/to/sap-theming.css');
git clone https://github.com/SAP/fundamental-styles.git
npm install
npm start
Fundamental Library Styles is a lightweight presentation layer that allows developers to create visually consistent and professional-looking Fiori applications in any web-based technology. The library is modular and can be used with any UI framework. It can be easily installed via CDN or NPM, and supports theming for customization. Additionally, it provides icons and project configuration guidelines for smooth integration into projects.