This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@fokklzdev/components
TypeScript icon, indicating that this package has built-in type declarations

13.2.5 • Public • Published

components

angular components based on @angular/material

License NPM Version Issues

GitHub forks GitHub stars

Table of Contents

Installation

npm i @fokklzdev/components

Styling

updating ur styles to contain the component styles this function will generate all CSS for this library based on the passed vars.

src/app/style.scss

@use '@fokklzdev/components' as flz
@include flz.theme()

as-is the theme is default dark and has a light alternative if u decide to change this u can use with

src/app/style.scss

@use '@fokklzdev/components' as flz with (
  $default-theme: 'light'
)
@include flz.theme()

/@fokklzdev/components/

    Package Sidebar

    Install

    npm i @fokklzdev/components

    Weekly Downloads

    410

    Version

    13.2.5

    License

    MIT

    Unpacked Size

    1.07 MB

    Total Files

    368

    Last publish

    Collaborators

    • fokklz