1.22.0 • Published 8 months ago

configurators-web-components v1.22.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

About The Project

Configurators inside adeo domain are build with angular or vue. As such the common components are build as web components so we are able to provide them in both cases

How to use

npm install

npm i configurators-web-components

or yarn install

yarn add configurators-web-components

in your vue app you can import the bundle into your main.js file

import 'configurators-web-components/dist/bundle.js';

in your angular app install it in the module you require the components: (NB: you need to use the CUSTOM_ELEMENTS_SCHEMA for angular to allow the use of custom tags)

import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from '../app-routing.module';
import { FeatureComponent } from './feature.component';
import 'configurators-web-components/dist/bundle.js';

@NgModule({
  declarations: [
    FeatureComponent
  ],
  imports: [
    BrowserModule,
    AppRoutingModule
  ],
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
})
export class FeatureModule { }

Storybook

A storybook is deployed on github pages for people having an account in adeo organization on github. A surge deployment is also available here for the others.

Contact

Anne-Sophie ISARE - Product Owner - annesophie.isare@leroymerlin.fr

Pierre Gérard - Developer - pierre.gerard@leroymerlin.fr

Jean-Baptiste Renault - Developer - jean-baptiste.renault@ext.adeo.com

Mickaël Margollé - Developer - mickael.margole@ext.adeo.com

Charlotte Vanhuyse - Developer - charlotte.vanhuyse@leroymerlin.fr

1.19.0

9 months ago

1.18.0

10 months ago

1.21.0

8 months ago

1.22.0

8 months ago

1.20.0

8 months ago

1.17.0

1 year ago

1.16.1

1 year ago

1.15.0

1 year ago

1.14.0

1 year ago

1.16.0

1 year ago

1.15.1

1 year ago

1.13.1

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.5.2

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.10.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago