Code Monkey home page Code Monkey logo

enterprise-wc's Introduction

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

  • Three themes, including a WCAG 2.0 AAA compatible high-contrast theme and ability to theme anything
  • Responsive components, patterns and layouts
  • Touch-friendly interactions
  • SVG-based iconography for high DPI screens and scaling
  • Built-in, extendible localization system
  • Built-in mitigation of XSS exploits
  • 85-100% Functional Test Coverage
  • Passes all code security scans and is fully CSP compliant
  • Well documented in .md format
  • Contains an extensive Change log which lists any and all breaking changes
  • Fully linted code
  • Follows WAI-ARIA Authoring Practices with a focus on accessibility
  • Fully Namespaced with an ids- namespace
  • We Follow the Gold Standard For Making Web Components
  • Includes types for typescript users
  • Every component has the CSS and DOM Encapsulation
  • 100+ Components
  • Includes Visual Code and standard schemas

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 [email protected]:infor-design/enterprise-wc.git .
npm i
npm run start

Documentation

Usage for 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.

Contributing

enterprise-wc's People

Contributors

tmcconechy avatar edwardcoyle avatar andriivarhanov avatar jmacaluso711 avatar vivz753 avatar rob2d avatar deep7102 avatar clayinfor avatar jdilag avatar jeffwa428 avatar jah25 avatar celhalal avatar danielortiz1982 avatar ericangeles avatar chrisakinrinade avatar manoj-kothuri avatar rvajjhala avatar corpulent avatar dependabot-preview[bot] avatar yohannahbautista avatar dependabot[bot] avatar jdilag90 avatar talkaboutdesign avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.