0.4.0 • Published 4 years ago

koldy-ui-light-theme v0.4.0

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

Koldy UI Light Theme

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

import React from 'react';
import {App, ThemeManager} from 'koldy-ui';
import lightTheme from 'koldy-ui-light-theme';

const theme = new ThemeManager({
  json: lightTheme,
  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.3

6 years ago

0.1.2-beta.2

6 years ago

0.1.2-beta.1

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago