koldy-ui-dark-theme

0.4.0 • Public • Published

Koldy UI Dark Theme

This is a theme that should be plugged in koldy-ui package.

import React from 'react';
import {App, ThemeManager} from 'koldy-ui';
import darkTheme from 'themes/koldy-ui-dark-theme/src/koldy-ui-dark-theme';

const theme = new ThemeManager({
  json: darkTheme,
  mode: 'debug'
});

const MyWeb = function () {
  return (
    <App theme={theme}>
      Hi there!
    </App>
  );
};

Visit koldy.io for more info.

Readme

Keywords

none

Package Sidebar

Install

npm i koldy-ui-dark-theme

Homepage

koldy.io

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

28.4 kB

Total Files

3

Last publish

Collaborators

  • vkoudela