0.0.45 • Published 3 years ago

@nickgdev/hellerui v0.0.45

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.44

3 years ago

0.0.45

3 years ago

0.0.41

3 years ago

0.0.42

3 years ago

0.0.4

3 years ago

0.0.31

3 years ago

0.0.32

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.3

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago