0.32.1 • Published 3 years ago

@genexus/web-controls-library-react v0.32.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@genexus/web-controls-library-react

This is a React specific wrapper for @genexus/web-controls-library.

Getting Started

npm install
npm start

Building for production

To build the library for production, run:

npm run build

Using this components library

Node Modules

  • Run npm install @genexus/web-controls-library-react --save
  • import { GxButton } from '@genexus/web-controls-library-react';