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

@rapidui/quiver-core

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rapidui/quiver-core

Rapid UI Controls

  • 0.0.0-beta.24
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

core

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

The core will have custom components that enforce standards and best practices through built-in design patterns.

Installation

This component can be installed as npm package.

npm i -save @covalent/core

Setup

Import the modules from @covalent/core as needed in your NgModule:

import { QuiverLayoutModule, QuiverStepsModule /* and many more */ } from '@covalent/core';
@NgModule({
  imports: [
    QuiverLayoutModule,
    QuiverStepsModule,
    ...
  ],
  ...
})
export class MyModule {}

Styles, Icons and Theming

See theming in the covalent docs for more info

Core Teradata UI Platform comes with a base CSS file @covalent/core/common/platform.css (includes icons).

Keywords

FAQs

Package last updated on 11 Oct 2017

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