@enelit/covalent-core
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2.3 • 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 Angular2-Material.

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

!!!IMPORTANT NOTE: This package is extension of @covalent/core modified to be importable in Meteor 1.4.3.2

Installation

This component can be installed as npm package.

npm i -save @enelit/covalent-core

Setup

Import the [CovalentCoreModule] using the forRoot() method in your NgModule:

import { CovalentCoreModule } from '@enelit/covalent-core';
@NgModule({
  imports: [
    CovalentCoreModule.forRoot(),
    ...
  ],
  ...
})
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 @enelit/covalent-core/common/platform.css (includes icons).

Package Sidebar

Install

npm i @enelit/covalent-core

Weekly Downloads

1

Version

1.0.0-beta.2.3

License

MIT

Last publish

Collaborators

  • kombadzomba
  • neon_on_saturn