ng-wizi-bulma-srcs

1.0.11 • Public • Published

NG Wizi Bulma

This repo contains Angular 2+ components build using Bulma css

Demo

Try out the demo

Install

Run:

npm i -S ng-wizi-bulma && npm i -S bulma

Import bulma css into your main css file:

@import '~bulma/bulma';

Import the module into your app module:


import {ApplicationRef, NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {HttpModule} from '@angular/http';
import {FormsModule} from '@angular/forms';

import {NwbModule} from 'ng-wizi-bulma';

@NgModule({
  imports: [
    BrowserModule,
    FormsModule,
    HttpModule,
    NwbModule,
  ],
  declarations: [],
  providers: [],
  entryComponents: [],
})
export class AppModule {
 
}

Add the nwb-app-root tag at the bottom of your app root html (i.e. app.component.html):

<nwb-app-root></nwb-app-root>

How to use it

If you want to see how components work, just see the demo file : src/demo-app/demo-app/demo-app.ts

Readme

Keywords

none

Package Sidebar

Install

npm i ng-wizi-bulma-srcs

Weekly Downloads

0

Version

1.0.11

License

MIT

Last publish

Collaborators

  • anakior