Dev Protocol's design system implementation for the web.
- English (You're here!)
- 日本語
Be sure to have NodeJS v16.x installed. Any version higher will risk the project not working locally.
# NPM
$ npm install @devprotocol/hashi
# Yarn
$ yarn add @devprotocol/hashi
// Include design system initializer.
@use '@devprotocol/hashi';
// Include all components here.
@use '@devprotocol/hashi/hs-component';
@include hashi.init() {
@include hs-component.render();
}
You can see the guide to contributing here.