0.0.15 • Published 4 years ago

@paradigmjs/nine v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago