Socket
Book a DemoInstallSign in
Socket

@suku/webcomponents

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suku/webcomponents

collection of suku web components

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
4
Created
Source

suku-web-components-library

Publish NPM Package npm version

Welcome to the suku-web-components library. This library aims to provide Angular web components for the SUKU platform.

Note: This repository contains the build files that can be used to install and import web components into another Angular project (see steps below). For the web components source code see SUKU Web Component Builder. A demo of every component is available using the Suku Webcomponent Browser.

Angular Web Components

Check out Angular's web component documententation for more information on how to use web components in your Angular project.

Setup

Install the package: npm install @suku/webcomponents

The following peer dependencies need to be installed:

  • "d3": "^3.5.17"
  • "@angular/material": "^7.2.2"
  • "ng2-charts": "~1.6.0",
  • "ngx-countdown-timer": "^0.1.9"
  • "ngx-pagination": "^3.1.1"
  • "ngx-quill": "^3.6.0"
  • "quill": "^1.3.6"
  • suku-icons-library
  • "@ngx-translate/core": "^11.0.1"
  • "@ngx-translate/http-loader": "^4.0.0"

Usage

import { SukuWebcomponentsModule } from '@suku/suku-web-components-library'

Documentation

View a working version of every component in the Suku Webcomponent Browser.

Angular Configuration

Add [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA] to schema.

Keywords

suku-utils

FAQs

Package last updated on 08 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts