Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 946 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 946 Bytes

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.