@visiosto/components v0.4.0
Visiosto React Components
React components used in Visiosto’s design systems and web projects.
Install
You can install @visiosto/components with your favourite package manager.
With yarn
yarn add @visiosto/componentsWith npm
npm install --save @visiosto/componentsLocal development
To run or build @visiosto/components locally, please ensure that you have Node.js and Yarn installed. Please note that this project uses the Yarn Classic.
First, clone the GitHub repository of @visiosto/components.
Via HTTPS: If you’re checking out sources as read-only, HTTPS works best.
git clone https://github.com/visiosto/components.gitVia SSH: If you’re planning on regularly making direct commits, cloning over SSH may provide a better experience (it requires uploading SSH keys to GitHub)
git clone git@github.com:visiosto/components.gitVia GitHub CLI: If you work chiefly with GitHub, using the official GitHub CLI may provide the best experience.
gh repo clone visiosto/componentsAfter cloning the source, make sure to change to the cloned directory.
cd componentsThen install the dependencies.
yarnFinally, to build @visiosto/components.
yarn distContributing
Contributions to the website are welcome and encouraged! There are many ways to contribute to @visiosto/components. You can find the guidelines for contributing in CONTRIBUTING.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you’re expected to uphold this code. Please report unacceptable behaviour to antti.kivi@visiosto.fi.
Licence
@visiosto/components is licensed under the MIT License.