All Projects → HelixDesignSystem → helix-ui

HelixDesignSystem / helix-ui

Licence: other
Web Component library for the Helix Design System

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects

Projects that are alternatives of or similar to helix-ui

smart-custom-element
Smart a lightweight web component library that provides capabilities for web components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the need of dependencies and an overhead of a framework.
Stars: ✭ 17 (-67.31%)
Mutual labels:  webcomponents-framework
Ogone
Advanced Web Composition for Future
Stars: ✭ 38 (-26.92%)
Mutual labels:  webcomponents-framework

Build Status

HelixUI CI Build Pipeline

HelixUI SauceLabs Tests

HelixUI Web Components Library

The HelixUI Web Components library provides front-end developers a full suite of web components for building UIs.

Adopting the library will enable developers to build products with consistent markup, styles, and behavior across a variety of frameworks.

Documentation

Helix-React Wrappers + React Support

Developer Setup

  1. Install Yarn - https://yarnpkg.com/en/docs/install
  2. $ git clone [email protected]:HelixDesignSystem/helix-ui.git (recommended for 2FA setups)
  3. $ cd helix-ui
  4. $ yarn install to install project dependencies
  5. $ yarn start
  6. Navigate to http://127.0.0.1:3000 in your favorite browser

Run Component Test Suite

Initial Run (or on code updates)

  • $ yarn test:build to compile code and run the full component test suite

Just making changes to tests

  • $ yarn test to run the full component test suite
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].