0.0.8 • Published 7 months ago

corelabui v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Corelab UI

Corelab UI is a collection of ready-to-use React components that aims to speed up the development process of user interfaces. With Corelab UI, you can quickly integrate beautifully designed and highly functional components into your React projects. The components are customisable but you can also select from one of the library's popular themes that follow the latest UX design trends.

Installation

Corelab UI is available as an npm package.

Make sure you have Node.js installed on your machine. Then run:

  npm install corelabui

Usage

Here is an example of a basic app using Corelab UI's Button component from the classic theme:

import Button from 'corelabui/Button';

function App() {
    return (
        <Button onClick={() => console.log('Hello Corelab UI')}>
            Click me!
        </Button>
    );
}

License

MIT

0.0.1

8 months ago

0.0.0

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.8

7 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.7

7 months ago

0.0.6

7 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago