brainsum/tieto_styles

Generic Tieto style components.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 1

Language:HTML

1.0.0-alpha8 2018-10-10 13:55 UTC

README

Generic Tieto style components.

Installation

Composer

  • Add this as a repository in your composer.json file
{
  "type": "vcs",
  "url": "https://github.com/brainsum/tieto_styles"
}
  • We are using alpha release, add minimum stability:
  "minimum-stability": "dev",
  "prefer-stable": true,
  • Require as a dev dependency
composer require --dev brainsum/tieto_styles:^1.0

NPM

  • Type:
npm i brainsum/tieto_styles
  • Or add to package.json:
"tieto_styles": "github:brainsum/tieto_styles"