@rykan/ui-framework
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @rykan/ui-framework

Weekly Downloads

2

Version

0.1.0

License

LGPL-2.1-or-later

Unpacked Size

1.41 MB

Total Files

27

Last publish

Collaborators

  • fuckyouiliketea