1.0.5 • Published 6 years ago

atomic-ui v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Atomic Framework

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

Installation

This component can be installed as npm package.

npm i -save atomic-ui

Setup

Import the modules from atomic-ui/core, atomic-ui/forms or atomic-ui/components as needed in your NgModule:

import { AtLayoutModule } from 'atomic-ui';
import { AtChips } from 'atomic-ui';

@NgModule({
  imports: [
    AtLayoutModule,
    AtChips,
    ...
  ],
  ...
})
export class MyModule {}
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

9 years ago