@angular-bulma/components

0.8.1 • Public • Published

@angular-bulma/components

npm

Angular-Bulma Testing CodeQL

Current Components

  • Breadcrumb
  • Dropdown
  • Menu
  • Message
  • Navbar

Future Components

  • Alert
  • Carousel
  • Modal
  • Pagination
  • Panel
  • Tabs

Installation Instructions

@angular-bulma/components does not come with the bulma styles compiled with the project to allow for use of other styles like those defined in bulmaswatch.

bulma must be added to your styles.scss file:

@import '~bulma';

Then import the library module or per-component module into your application:

import { BulmaComponentModule } from '@angular-bulma/components';

@NgModule({
  imports: [
    ...
    BulmaComponentsModule
    ...
  ],
  ...
})
export class AppModule {  }

Package Sidebar

Install

npm i @angular-bulma/components

Weekly Downloads

4

Version

0.8.1

License

ISC

Unpacked Size

49.5 kB

Total Files

84

Last publish

Collaborators

  • illuser