@angular-bulma/directives

1.4.0 • Public • Published

@angular-bulma/directives

npm

Angular-Bulma Testing DirectivesCodeQL

Available Directives

Color Helpers

  • is-{color} statements
  • has-text-{color} statements
  • has-background-{color} statements

Flexbox

All Bulma flexbox classes are supported.

Other Helpers

is-clearfix, is-pulled-left, is-pulled-right, is-overlay, is-clipped, is-radiusless, is-shadowless, is-unselectable, is-clickable, is-relative, is-active

Spacing

All margin and padding spacing classes are supported.

Typography

  • Sizing
  • Responsive sizing
  • Alignment
  • Responsive alignment
  • Text transformations
  • Text weight
  • Font families

Visibility

  • Show
  • Show responsive
  • Hide
  • is-invisible, is-hidden, is-sr-only

Installation Instructions

@angular-bulma/directives 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 { BulmaDirectivesModule } from '@angular-bulma/directives';

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

Package Sidebar

Install

npm i @angular-bulma/directives

Weekly Downloads

3

Version

1.4.0

License

ISC

Unpacked Size

1.38 MB

Total Files

101

Last publish

Collaborators

  • illuser