0.3.1 • Published 1 year ago

@gear-js/vara-ui v0.3.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Description

A React library that provides components that are used across Vara applications.

Installation

Install package:

npm install @gear-js/vara-ui

or

yarn add @gear-js/vara-ui

Import styles in application's root:

import '@gear-js/vara-ui/styles.css';

Getting started

Simple as it is, here's quick example:

import { Button } from '@gear-js/vara-ui';
import ArrowSVG from './images/arrow.svg?react';

function BackButton() {
  const handleClick = () => {
    console.log('Going back!');
  };

  return <Button text="Go back" icon={ArrowSVG} onClick={handleClick} />;
}

export { BackButton };
0.1.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.3.1

1 year ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago