Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
fundamental-styles
Advanced tools
Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/
Fundamental Styles is a light-weight presentation layer that can be used with your UI framework of choice (e.g. Angular, React, Vue, etc.). With Fundamental Styles’ 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-styles/
We are also working on Angular, React and Vue implementations.
The library is modular so you can use as little or as much as you need.
The fully compiled, minified library is available via CDN for inclusion in your application.
<link href="//unpkg.com/fundamental-styles@latest/dist/fundamental-styles.min.css" rel="stylesheet">
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 fundamental-styles --save
NOTE: We only distribute the fonts, icons and compiled CSS and the SASS source, not the full project or HTML for specific components.
Clone Repository - Clone the repo using the git software of your choice or using the git command git clone https://github.com/SAP/fundamental-styles.git
Install NPM Dependencies: npm install
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
Serve the documentation website locally - npm start
Serve the development playground locally: npm run start:playground
The project has the following prerequisites:
If you are importing .scss files in your project, the icons path needs to be configured in your project's .scss file before the Fundamental Styles 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/fundamental-styles/scss/icons/"; // should be declared before the scss import
@import "../node_modules/fundamental-styles/scss/fundamental-styles.scss";
If you encounter an issue, you can create a ticket or post on the Fundamentals Slack channel.
If you want to contribute, please check the Contribution Guidelines. Also check the Development Guidelines and Visual Testing Guide.
The fundamental-styles
library follows Semantic Versioning. These components strictly adhere to the [MAJOR].[MINOR].[PATCH]
numbering system (also known as [BREAKING].[FEATURE].[FIX]
).
Merges to the master
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:
The following circumstances will NOT be considered a MAJOR or BREAKING change:
role
, aria-*
, data-*
)role
, aria-*
, data-*
)Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.
0.2.0-rc.51 (2019-08-06)
<a name="0.2.0-rc.50"></a>
FAQs
Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/
The npm package fundamental-styles receives a total of 22,366 weekly downloads. As such, fundamental-styles popularity was classified as popular.
We found that fundamental-styles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.