0.25.0 • Published 9 months ago

@janiscommerce/ui-web v0.25.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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.25.0

9 months ago

0.24.0

9 months ago

0.23.0

9 months ago

0.22.0

10 months ago

0.21.0

10 months ago

0.20.0

11 months ago

0.19.0

1 year ago

0.17.0

1 year ago

0.18.0

1 year ago

0.16.0

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.13.0

1 year ago

0.12.0

1 year ago

0.11.0

1 year ago

0.10.0

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.2

2 years ago

0.7.1

2 years ago

0.6.2

2 years ago

0.7.3

2 years ago

0.7.0

2 years ago

0.5.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago