🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@corelabui/classic

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@corelabui/classic

Collection of ready-to-use customisable React components available in multiple themes

1.0.70
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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/classic

Usage

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

import Button from '@corelabui/classic/Button';

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

License

MIT

Keywords

javascript

FAQs

Package last updated on 19 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts