@hafslundnett/hdd-icons
Hdd icons for web services and native apps.
Installation
TBD: Install via CDN (preferred)
Use the latest version:
Or choose a specific version:
Install npm
package
yarn install @hafslundnett/hdd-icons -dev
import hddIcons from '@hafslundnett/hdd-icons'
import {HddIcon} from '@hafslundnett/hdd-icons/hdd-icons.jsx'
Local development
First clone @hafslundnett/hdd-icons
and install its dependencies:
git clone git@github.com:hafslundnett/hdd.git
cd hdd/packages/hdd-icons/
yarn install
yarn start
Building and committing
After having applied changes, remember to build before pushing the changes upstream.
git checkout -b feature/my-changes
yarn build
git commit -am "feat: add my changes"
git push origin feature/my-changes
NOTE! Please also make sure to keep commits small and clean (that the commit message actually refers to the updated files).
Make sure the commit message is Capitalized and starts with an imperative verb (for example feat: add minification support
). Preferrably follow the commitizen standard.