2.4.12 • Published 1 year ago

react-lib-ghui v2.4.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

A shareable component library with a example folder to live-test components as you are developing them.

Setup the Node Environment

Node JS is the primary language used for development of the Web Management UI. We enforce the use of node v18 for this project. Node Version Manager nvm-windows: https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows is used to switch node versions automatically.

Node 18 is required to successfully build the application.

Running the Application Locally

  1. Run npm run i-all to install all dependencies
  2. Run npm run start-example to run the example application in development mode
  3. Open http://localhost:3000 to view it in the browser.

Available Scripts

In the project directory, you can run:

npm run build

Builds the library to the dist folder. The build is minified.

npm run dev

Runs build command and start-example command in parallel.

npm publish

Publishes the library to npm registry.

npm run test

Runs unit tests.

Usage

All exported components are listed in src/index.js

import React from 'react';
import { Button } from '@deltacontrols/ui-test';

const App = () => {
return <Button />
}

export default App;
2.4.12

1 year ago

2.4.11

1 year ago

2.4.10

1 year ago

2.4.9

1 year ago

2.4.8

1 year ago

2.4.7

1 year ago

2.4.6

1 year ago

2.4.5

1 year ago

2.4.4

1 year ago

2.4.3

1 year ago

2.4.2

1 year ago

2.4.1

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.2.1

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago