@clipmx/theme

1.2.4 • Public • Published

Clip Theme

Clip UI theming and layout helpers.

Installation

npm install @clipmx/theme --save

Usage

import React from 'react';
import ClipTheme, { ThemeProvider } from '@clipmx/theme';

const MyComponent = () => (
  <ThemeProvider theme={ClipTheme}>
    <div>Hello World</div>
  </ThemeProvider>
);

export default MyComponent;

Modules

Theme (default)

Material Design-based theme

ThemeProvider

A wrapper of the Material UI ThemeProvider. Provides the theme context to all children elements.

Readme

Keywords

none

Package Sidebar

Install

npm i @clipmx/theme

Weekly Downloads

4

Version

1.2.4

License

none

Unpacked Size

4.21 kB

Total Files

5

Last publish

Collaborators

  • akira_fes
  • itpayclip
  • dhollerbach