Skip to content

lamar-software/ui-kit

Repository files navigation

UI Kit

version 0.0.2

This project is in an early alpha and is prone to breaking changes.

A configurable UI kit built upon Angular v8's CDK.

This project was created by LaMar Software.

Installing

  • npm install @lamar-software/ui-kit

Publishing

  • Increment the version number in package.json.
  • Increment the version number in README.md.
  • Run ng build ui-kit.
  • Run cd dist/ui-kit
  • Run npm publish.

To sync this library with your project locally

  • Run ng build ui-kit.
  • Run cd dist/ui-kit.
  • Run npm i path/to/dist/ui-kit.

To map to ui-kit library peer dependences

  • Add the following in your project's ./tsconfig.json
{
  "compilerOptions": {
    // ...
    // paths are relative to `baseUrl` path.
    "paths": {
      "@angular/*": [
        "./node_modules/@angular/*"
      ]
      // ...
      // other dependencies the ui-kit library peer depends on
    }
  }
}

About

A configurable UI kit built upon Angular v8's CDK

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors