0.0.15 • Published 6 years ago

@paradigmjs/nine v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Neptune 9-Slice Component

Neptune is a React UI toolkit for the web.

This package provides a React component to generate completely dynamic 9-slice surfaces.

Installation

npm install --save @paradigmjs/nine

Example

import * as React from "react";
import { default as Nine } from "@paradigmjs/nine";

class MyComponent extends React.Component {
	render() {
		return (
			<Nine width={256} height={256} corner={85} image="/images/myImage.png">
				HELLO WORLD!
			</NineSlicNinee>
		);
	}
}

9-Slice Documentation | Full Documentation | Source Code

0.0.15

6 years ago

0.0.13

6 years ago

0.0.14

6 years ago

0.0.10

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago