0.0.4 • Published 5 years ago

test-ui-lib v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

test-ui-lib

React UI component lib

NPM

Install

yarn add test-ui-lib

Usage

import * as React from 'react';

import { MyComponent } from 'test-ui-lib';

class Example extends React.Component {
  render() {
    return <MyComponent meaningOfLife={42} />;
  }
}

Default theme

const myTheme = {
  borderRadius: '5px',
  colors: {
    primary: 'green',
    secondary: 'blue',
  },
};

License

MIT © martinmcneela

Todo

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago