infor-design / enterprise-wc

Enterprise-grade web component library for the Infor Design System
Apache License 2.0
27 stars 22 forks source link
component-library infor javascript webcomponents

Infor Design System Web Components Beta Library

License npm version Build Check Coverage Status

Infor Design System Enterprise Web Components Library is a framework independent UI library consisting of CSS and JS that provides Infor product development teams, partners, and customers the tools to create user experiences that are approachable, focused, relevant, and perceptive.

Key Features

Browser Support

We support the latest release and the release previous to the latest (R-1) for browsers and OS versions:

IE / Edge
IE Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
R-1 R-1 R-1 R-1 R-1

Installation

The components are available via npm/yarn:

npm install --save ids-enterprise-wc@latest

To Clone and Run this Repo locally (requires node 18 (16 or 17))

mkdir enterprise-wc
cd enterprise-wc
git clone git@github.com:infor-design/enterprise-wc.git .
npm i
npm run start

Also include the Source Sans Pro Font in your project and app pages.

Using Code Hinting

The npm package ships with a file called vscode.html-custom-data.json. The file describes the custom elements and their settings for use in Visual Studio Code to provide “IntelliSense”. To enable it, you just need to tell VS Code where the file is.

  1. As per above, install with npm install --save ids-enterprise-wc@latest
  2. Create a folder called .vscode at the root of your project
  3. Create a file inside that folder called settings.json
  4. Add the following setting to the file.
{
  "html.customData": ["./node_modules/ids-enterprise-wc/vscode.html-custom-data.json"]
}

You may need to restart VS Code for the changes to take affect.

Most popular editors support custom code completion with different configurations. Please submit a feature request and/or pull request if you want to add your editor.

Documentation

Other Documentation