@devprotocol/hashi
v2.3.4
Published
Dev Protocol's design system implementation for the web.
Downloads
11,391
Keywords
Readme
Hashi・橋
Dev Protocol's design system implementation for the web.
Languages
- English (You're here!)
- 日本語
Prerequisites
Be sure to have NodeJS v14.x installed. Any version higher will risk the project not working locally.
Setup
# NPM
$ npm install @devprotocol/hashi
# Yarn
$ yarn add @devprotocol/hashi
// Include design system initializer.
@use 'path/to/@devprotocol/hashi';
// Include all components here.
@use 'path/to/@devprotocol/hashi/hs-component';
@include hashi.init() {
@include hs-component.render();
}
Contributing
You can see the guide to contributing here.