1.1.2 • Published 7 years ago

c1-alignment-tool v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#Alignment tool

The Content Program Patterns library.

Patterns Project

Implementation of alignment-tool is based on the patterns repository: C-Patterns

Install

###NPM

npm install --save c1-alignment-tool

###YARN

yarn add c1-alignment-tool

Usage

###ES6

	import { AlignmentTool } from 'c1-alignment-tool';

	render() {
		return (
			<div>
				<AlignmentTool />
			<div>
		)
	}

also to reduce file size, you can require individual components:

	import AlignmentTool from 'c1-alignment-tool/dist/AlignmentTool';
	render() {
		return (
			<div>
				<AlignmentTool />
			<div>
		)
	}

###ES5

	const c1pattern = require('c1-alignment-tool');
	const AlignmentTool = c1pattern.AlignmentTool;
	render() {
   		return (
			<div>
				<AlignmentTool />
			<div>)
	}
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago