brainsum / tieto_styles
Generic Tieto style components.
1.0.0-alpha8
2018-10-10 13:55 UTC
This package is auto-updated.
Last update: 2024-11-09 00:15:16 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"