All Projects → infor-design → enterprise-wc

infor-design / enterprise-wc

Licence: Apache-2.0 license
Enterprise-grade web component library for the Infor Design System

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to enterprise-wc

Carbon
Carbon by Sage | ReactJS UI Component Library
Stars: ✭ 161 (+1050%)
Mutual labels:  webcomponents, component-library
ui-glassmorphism
📘 React component library on 'glassmorphism' UI/UX trend.
Stars: ✭ 20 (+42.86%)
Mutual labels:  component-library
lit-components
Moved to https://github.com/vaadin/component-mixins
Stars: ✭ 59 (+321.43%)
Mutual labels:  webcomponents
pyrene
Open Systems Component Library
Stars: ✭ 17 (+21.43%)
Mutual labels:  component-library
rockiot-ui
Webcomponent for IoT Dashboards, HTML Gauges and more
Stars: ✭ 42 (+200%)
Mutual labels:  webcomponents
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (+78.57%)
Mutual labels:  component-library
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: ✭ 13 (-7.14%)
Mutual labels:  component-library
vanilla-jsx
Vanilla jsx without runtime. HTML Tag return DOM in js, No virtual DOM.
Stars: ✭ 70 (+400%)
Mutual labels:  webcomponents
chatty-form
A highly theme-able and customisable form in the shape of a chat based interface for React.
Stars: ✭ 27 (+92.86%)
Mutual labels:  component-library
plugin-toolkit-react
Adobe XD plugin UI components for React
Stars: ✭ 30 (+114.29%)
Mutual labels:  component-library
TemplateEngine
Design and build web applications with components using only your web browser
Stars: ✭ 41 (+192.86%)
Mutual labels:  webcomponents
GNUI
💅 Nordcloud's design system for SaaS products.
Stars: ✭ 21 (+50%)
Mutual labels:  component-library
phoenix-and-elm-landing-page
Repo for my "Phoenix and Elm landing page " tutorial series
Stars: ✭ 14 (+0%)
Mutual labels:  webcomponents
react-vtkjs-viewport
VTK.js image viewport component in React
Stars: ✭ 112 (+700%)
Mutual labels:  component-library
codeceptjs-bdd
Javascript BDD UI Automation Framework. Exclusive LWC Shadow DOM Support. Playwright, Webdriver.io, Appium, Saucelabs.
Stars: ✭ 35 (+150%)
Mutual labels:  webcomponents
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (+178.57%)
Mutual labels:  component-library
skeleton-carousel
Carousel component. Horizontal and vertical swipe navigation
Stars: ✭ 31 (+121.43%)
Mutual labels:  webcomponents
wc
A simple spinning loading web component based on the one from macOS
Stars: ✭ 47 (+235.71%)
Mutual labels:  webcomponents
kongponents
🦍 🖖🏻 Kong Vue Component Library
Stars: ✭ 81 (+478.57%)
Mutual labels:  component-library
neon
Neon is a modern VueJS design library built with Typescript and SASS
Stars: ✭ 19 (+35.71%)
Mutual labels:  component-library

Infor Design System's Enterprise Components

License npm version Build Check Coverage Status

Infor Design System's Enterprise component 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.

For guidelines on when and where to use the components see the design.infor.com.

Key Features

  • Multiple themes, including a WCAG 2.0 AAA compatible high-contrast theme
  • 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 Encapsulated (in supported browsers)
  • 140+ Components to convert

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:

mkdir enterprise-wc
cd enterprise-wc
git clone [email protected]:infor-design/enterprise-wc.git .
npm i
npm run start

Documentation

  • For each component see the .md file in the relevant component folder
  • See the Change Log for info on breaking changes as well more info in each individual component

Contributing

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].