Skip to content

pranxy/zordon-ui

Repository files navigation

Zordon UI

📦 Installation

We recommend using @angular/cli to install. It not only makes development easier, but also allows you to take advantage of the rich ecosystem of angular packages and tooling.

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add @pranxy/zordon-ui

More information about @angular/cli here.

You can also install @pranxy/zordon-ui with npm or yarn

$ npm install @pranxy/zordon-ui

🔨 Usage

Import the component into your feature component.

import { ZdButton } from '@pranxy/zordon-ui/button';

@Component({
    imports: [ZdButton],
})
export class AppComponent {}

@angular/cli users won't have to worry about the things below but it's good to know.

And import style and SVG icon assets file link in angular.json.

{
  ],
  "styles": [
+   "node_modules/@pranxy/zordon-ui/zordon-ui.min.css"
  ]
}

About

Resources

Stars

Watchers

Forks

Contributors

Languages