0.16.0 • Published 8 days ago

@janiscommerce/ui-web v0.16.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 days ago

@janis-commerce/ui-web

A package for use generic components from Janis

Installation

npm install @janiscommerce/ui-web

Usage

import React from 'react';
const { Button, Icon } = '@janiscommerce/ui-web';

const MyComponent = () => {
	const handleClick = () => {
		console.log('some action');
	};

	return (
		<div>
			<Button onClick={handleClick} variant="contained">Click</Button>
			<Icon name="box" color="primary" />
		</div>
	);
};

export default MyComponent;

Important

All the components that can be used and other documentation can be found at https://janis-commerce.github.io/ui-web

0.16.0

8 days ago

0.14.0

12 days ago

0.15.0

12 days ago

0.13.0

25 days ago

0.12.0

26 days ago

0.11.0

1 month ago

0.10.0

2 months ago

0.9.1

2 months ago

0.9.0

3 months ago

0.8.0

3 months ago

0.7.2

5 months ago

0.7.1

5 months ago

0.6.2

5 months ago

0.7.3

5 months ago

0.7.0

5 months ago

0.5.0

6 months ago

0.6.1

5 months ago

0.6.0

5 months ago

0.4.0

1 year ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago