@genexus/web-controls-library-react
v0.32.1
Published
React specific wrapper for @genexus/web-controls-library
Downloads
3
Keywords
Readme
@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';