IOHK Front-end Themes
Theme configuration for multiple brands being worked on by IOHK.
Installation
npm i --save @input-output-hk/front-end-themes
or
yarn add @input-output-hk/front-end-themes
Usage
import { iohk, cardano, atala } from '@input-output-hk/front-end-themes'
...
console.log({
themes: { iohk, cardano }
})
Theme structure
TODO