0.4.0 • Published 4 years ago

koldy-ui-dark-theme v0.4.0

Weekly downloads
27
License
MIT
Repository
github
Last release
4 years ago

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.

0.4.0

4 years ago

0.4.0-beta.3

4 years ago

0.4.0-beta.2

4 years ago

0.4.0-beta.1

5 years ago

0.4.0-alpha.3

5 years ago

0.4.0-alpha.2

5 years ago

0.4.0-alpha.1

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.4-beta.1

6 years ago

0.1.3

6 years ago

0.1.0

6 years ago