Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@p1n2o/ngx-dds

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@p1n2o/ngx-dds

An Angular library for Dell Design System (DDS) v2+ components.

  • 0.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NGX-DDS

An Angular library for Dell Design System (DDS) v2+ components.

Prerequisites

  • Angular 13.2+

Installation

Change to your project's root directory.

# Install Vanilla DDS Library from Dell's Artifactory
npm install @dds/components --registry=https://artifacts.dell.com/artifactory/api/npm/dx-npm-prod

# Install NGX-DDS Library
npm install @p1n2o/ngx-dds

Project Setup

# Import NGX-DDS (app.module.ts)
...
import { NgxDDSModule } from '@p1n2o/ngx-dds';
...
...
imports: [..., ..., NgxDDSModule]
...

Example Usage (Modal)

<!-- Example Modal -->
<ngx-dds-modal elementId="example-modal">
  <div modal-trigger>
    <button class="dds__button">Launch Modal</button>
  </div>
  <div modal-title>Modal Title</div>
  <div modal-body>Modal body goes here</div>
  <div modal-footer>
    <button class="dds__button dds__button--secondary dds__button--md">Secondary</button>
    <button class="dds__button dds__button--md">Primary</button>
  </div>
</ngx-dds-modal>

NOTE

This library is still under development!

TO-DO:

  1. Port all vanilla components
  2. Update Documentation

Keywords

FAQs

Package last updated on 06 Mar 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc