/react-agthy

Agthy component for React devs

Primary LanguageJavaScript

React-Agthy

Codacy Badge

Agthy component for ReactJS sites.

Usage

Install running npm i --save react-agthy

Implementation:

import Agthy from 'react-agthy';
// ...

class App extends Component {
  render() {
    return (
      <div className="App">
        <Agthy
          customer="foo"
          campaign="bar" />
      </div>
    );
  }
}

export default App;

Customs styles

If you want to change any Agthy style, you can do it. Just set the style you want for any of our Agthy elements. All Agthy elements contains a class that starts with Agthy-