All Projects → SAP → Fundamental

SAP / Fundamental

Licence: other
Fiori Fundamentals is a component library and SASS toolkit for building SAP user interfaces with any technology.

Projects that are alternatives of or similar to Fundamental

Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-41.28%)
Mutual labels:  open-source, html5
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-65.11%)
Mutual labels:  open-source, html5
Fat
Web's fastest and most lightweight animation tool.
Stars: ✭ 157 (-33.19%)
Mutual labels:  open-source, html5
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-47.66%)
Mutual labels:  open-source, html5
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (-12.77%)
Mutual labels:  open-source, html5
Startpages.github.io
A curated list of startpages for your browser.
Stars: ✭ 228 (-2.98%)
Mutual labels:  html5
Aos Avp
NOVA opeN sOurce Video plAyer: main repository to build them all
Stars: ✭ 229 (-2.55%)
Mutual labels:  open-source
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+1030.64%)
Mutual labels:  html5
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-5.11%)
Mutual labels:  open-source
Baidunetdisk Wap
BaiduNetdisk (WAP)
Stars: ✭ 232 (-1.28%)
Mutual labels:  html5
Mavo
Create web applications entirely by writing HTML and CSS!
Stars: ✭ 2,628 (+1018.3%)
Mutual labels:  html5
Recorder.js
🎤HTML5 Recorder - mp3 output
Stars: ✭ 229 (-2.55%)
Mutual labels:  html5
Validate
A lightweight form validation script.
Stars: ✭ 227 (-3.4%)
Mutual labels:  html5
Rpg Maker Mv Decrypter
You can decrypt RPG-Maker-MV Resource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
Stars: ✭ 228 (-2.98%)
Mutual labels:  html5
Seja Um Bom Junior
Stars: ✭ 228 (-2.98%)
Mutual labels:  html5
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (-2.98%)
Mutual labels:  html5
Hyperlabelimg
开源图像标注工具(支持人脸关键点/不规则四边形/多边形标注)
Stars: ✭ 225 (-4.26%)
Mutual labels:  open-source
Opensourcedesign.github.io
🎨💻 Source code of our website
Stars: ✭ 228 (-2.98%)
Mutual labels:  open-source
Tomviz
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
Stars: ✭ 230 (-2.13%)
Mutual labels:  open-source
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+7441.7%)
Mutual labels:  open-source

SAP Fundamentals

SAP Fundamentals is deprecated. Fundamental Styles is its successor. If you are using this library consider migrating over to fundamental-styles. SAP Fundamentals' Documentation Site is hosted here for time being.

npm version Build Status Slack REUSE status

Deploys by Netlify

What is SAP Fundamentals?

SAP Fundamentals is a light-weight presentation layer that can be used with your UI framework of choice (e.g. Angular, React, Vue, etc.). With Fundamentals’ library of stylesheets and HTML tags, developers can build consistent Fiori apps in any web-based technology.

Learn more at http://sap.github.io/fundamental/old.html

We are also working on Angular, React and Vue implementations.

Getting Started

The library is modular so you can use as little or as much as you need.

CDN

The fully compiled, minified library is available via CDN for inclusion in your application.

<link href="//unpkg.com/[email protected]/dist/fiori-fundamentals.min.css" rel="stylesheet">

NPM Package

The compiled CSS for the full library and modules, e.g., core, layout, etc., are distributed via NPM along with the SASS source.

This gives you incredible flexibility to use individual components and enable advanced customization options.

npm install fiori-fundamentals --save

NOTE: We only distribute the fonts, icons and compiled CSS and the SASS source, not the full project or HTML for specific components. If your project uses LESS, see LESS compatible Fiori Fundamentals.

Working with the Project

Download and Installation

  1. Clone Repository - Clone the repo using the git software of your choice or using the git command git clone https://github.com/SAP/fundamental.git

  2. Install NPM Dependencies: npm install

  3. Install Ruby Gems - These gems are needed to be installed for the documentation site. Navigate to the docs folder and gem install ruby bundler jekyll

  4. Serve the documentation website locally - npm start

  5. Serve the development playground locally: npm run start:playground

Project Dependencies

The project has the following prerequisites:

  • Git (for downloading this repo)
  • Node LTS
  • Ruby (for running the documentation website locally)

Known Issues

Configuring icons path when importing SCSS

If you are importing .scss files in your project, the icons path needs to be configured in your project's .scss file before the Fiori Fundamentals scss import as described below. Please note that the path variable name has to be $fd-icons-path in order to override the default value set in scss/icons/icon.scss.

$fd-icons-path : "../node_modules/fiori-fundamentals/scss/icons/"; // should be declared before the scss import

@import "../node_modules/fiori-fundamentals/scss/all.scss";

Support

If you encounter an issue, you can create a ticket or post on the Fundamentals Slack channel.

Contributing

If you want to contribute, please check the Contribution Guidelines. Also check the Development Guidelines and Visual Testing Guide.

Versioning

The fiori-fundamentals library follows Semantic Versioning. These components strictly adhere to the [MAJOR].[MINOR].[PATCH] numbering system (also known as [BREAKING].[FEATURE].[FIX]).

Merges to the main branch will be published as a prerelease. Prereleases will include an rc version (e.g. [MAJOR].[MINOR].[PATCH]-rc.[RC]).

The following circumstances will be considered a MAJOR or BREAKING change:

  • Droppping existing classnames, css variables, color names, color groups, spacing parameters
  • The existing underlying HTML markup of a component is altered
  • An existing unit test is altered to account for either of the above

The following circumstances will NOT be considered a MAJOR or BREAKING change:

  • Introducing new classnames, css variables, color names, color groups, spacing parameters
  • Non-visual HTML attribute changes/additions (such as role, aria-*, data-*)
  • Adding or modifying CSS properties and values of existing classnames.
  • An existing unit test is altered to account for non-visual HTML attribute changes/additions (such as role, aria-*, data-*)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].