1.0.499 • Published 9 months ago

envision-react-npm v1.0.499

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

envision-react

envsion-react is a React-components library for importing the Envision library as React components for easier use.

Installation

Use the package manager npm to install envision-react.

npm install envision-react

Usage

import { Button } from 'envision-react';

const YourNiceComponent = () => {

return (
   <Button label="Click me" 
      type="primary" 
      size="large"
      block="true"
      icon="thumb-up"
      iconSize="small"
      iconPosition="around"
      aria-label={"button of wonders"}/>
 );
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

B3 Webstep