1.0.499 • Published 11 months ago

envision-react-npm v1.0.499

Weekly downloads
-
License
ISC
Repository
-
Last release
11 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

1.0.499

11 months ago

1.0.498

11 months ago

1.0.497

11 months ago

1.0.496

11 months ago

1.0.495

11 months ago

1.0.494

11 months ago

1.0.493

11 months ago

1.0.492

11 months ago

1.0.491

11 months ago

1.0.49

11 months ago

1.0.48

11 months ago

1.0.47

11 months ago

1.0.46

11 months ago

1.0.45

11 months ago

1.0.44

11 months ago