@nuarch/covalentcore
TypeScript icon, indicating that this package has built-in type declarations

2.0.1-nuarch.42 • Public • Published

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 { CovalentLayoutModule } from '@covalent/core/layout';
import { CovalentStepsModule  } from '@covalent/core/steps';
/* and many more */
@NgModule({
  imports: [
    CovalentLayoutModule,
    CovalentStepsModule,
    ...
  ],
  ...
})
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).

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.1-nuarch.420latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.1-nuarch.420
2.0.1-nuarch.370
2.1.0-nuarch.460
2.0.0-nuarch.370
2.0.0-nuarch.320
2.0.0-nuarch.310
2.0.0-nuarch.290
2.0.0-nuarchNG8.270
2.0.0-nuarch.270
2.0.0-nuarch.260
2.0.0-nuarch.250
2.0.0-nuarch.210

Package Sidebar

Install

npm i @nuarch/covalentcore

Weekly Downloads

0

Version

2.0.1-nuarch.42

License

MIT

Unpacked Size

19.3 MB

Total Files

764

Last publish

Collaborators

  • ethan-li
  • sandeshdanwale
  • vgellerman