0.0.0-beta.24 • Published 8 years ago

@rapidui/quiver-core v0.0.0-beta.24

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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 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).

0.0.0-beta.24

8 years ago

0.0.0-beta.23

8 years ago

0.0.0-beta.22

8 years ago

0.0.0-beta.21

8 years ago

0.0.0-beta.20

8 years ago

0.0.0-beta.19

8 years ago

0.0.0-beta.18

8 years ago

0.0.0-beta.17

8 years ago

0.0.0-beta.16

8 years ago

0.0.0-beta.15

8 years ago

0.0.0-beta.14

8 years ago

0.0.0-beta.13

8 years ago

0.0.0-beta.12

8 years ago

0.0.0-beta.11

8 years ago

0.0.0-beta.10

8 years ago

0.0.0-beta.9

8 years ago

0.0.0-beta.8

8 years ago

0.0.0-beta.7

8 years ago

0.0.0-beta.6

8 years ago

0.0.0-beta.5

8 years ago

0.0.0-beta.4

8 years ago

0.0.0-beta.3

8 years ago

0.0.0-beta.2

8 years ago

0.0.0-beta.1

8 years ago