Skip to content

dev-protocol/hashi

Repository files navigation

Hashi・橋

Hashi Cover Light Mode Hashi Cover Dark Mode

Dev Protocol's design system implementation for the web.

Languages

Prerequisites

Be sure to have NodeJS v16.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 '@devprotocol/hashi';
// Include all components here.
@use '@devprotocol/hashi/hs-component';

@include hashi.init() {
    @include hs-component.render();
}

Contributing

You can see the guide to contributing here.