0.0.45 • Published 2 years ago

@nickgdev/hellerui v0.0.45

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Heller UI

Orr

Installation

To get started, run

npm install @nickgdev/hellerui

or

yarn add @nickgdev/hellerui

Example Usage

import React from 'react';
import { Button } from '@nickgdev/hellerui';

const MySubmitButton = () => {
    const onSubmit = () => {};
    return (
       <Button onClick={onSubmit} color="white" backgroundColor="darkblue">
         <p>Submit</p>
       </Button>
    );
};
0.0.43

2 years ago

0.0.44

2 years ago

0.0.45

2 years ago

0.0.41

2 years ago

0.0.42

2 years ago

0.0.4

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.3

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

1.0.11

2 years ago

1.0.12

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago