4.3.0 • Published 7 years ago

deku-tabs v4.3.0

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

deku-tabs Build Status

Simple tab component for deku

Install

$ npm install --save deku-tabs

Usage

import Tabs from 'deku-tabs';

export function render() {
	const items = [{
		content: <div>Content 1</div>,
		heading: 'Heading 1'
	}, {
		active: true,
		content: <div>Content 2</div>,
		heading: 'Heading 2'
	}, {
		content: <div>Content 3</div>,
		heading: 'Heading 3'
	}];

	return (
		<Tabs items={items}/>
	);
}

License

MIT © Andreas Gillström

4.3.0

7 years ago

4.2.1

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago