1.0.499 • Published 10 months ago

envision-react-npm v1.0.499

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

10 months ago

1.0.498

10 months ago

1.0.497

10 months ago

1.0.496

10 months ago

1.0.495

10 months ago

1.0.494

10 months ago

1.0.493

10 months ago

1.0.492

10 months ago

1.0.491

10 months ago

1.0.49

10 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.44

10 months ago