0.1.0 • Published 5 years ago

@rykan/ui-framework v0.1.0

Weekly downloads
1
License
LGPL-2.1-or-later
Repository
github
Last release
5 years ago

@rykan/ui-framework

NPM JavaScript Style Guide CircleCI Maintainability

Install

npm install --save @rykan/ui-framework
yarn add @rykan/ui-framework

Usage

import * as React from 'react'

import {
	Theme,
	makeTheme
} from '@rykan/ui-framework';

// ...

const theme = makeTheme({theme: "dark", accent: "#0078D7"});

// ...

class Example extends React.Component {
	render () {
		return (
			<Theme theme={theme}>
				// Stuff!
			</Theme>
		)
	}
}

License

LGPLv3 © iliketeaalot