1.0.0-beta.2.3 • Published 7 years ago

@enelit/covalent-core v1.0.0-beta.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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).