Argo Digital UI Toolkit
The UI Toolkit provides a foundation for quickly producing a cohesive, branded user experience across all of Argo Digital's applications.
Installation
The UI Toolkit is available as an npm package.
npm install @argodigital/ui-toolkit
Usage
Check out our documentation site for live examples. It's still a work in progress, but hopefully you can see where we're headed.
Change log
The change log can be found on the Releases page.
Contributing
Everyone is welcome to contribute. Please take a moment to read the contributing guidelines and the developer guide.
Publishing
Before publishing, build the project to create a dist
dir:
npm run build:production
Then, to publish a new patch (increments from e.g. 1.0.5
to 1.0.6
):
npm run release
Or to publish a patch, minor, major or specific version, use one of the following:
npm run release patch
npm run release minor
npm run release major
npm run release 0.8.3