Aether-Marketing Component Library
This is a ReactJS component Library which can be consumed by any ReactJS application. Components are reusable and as atomic as possible. Some components take in various props.
How to use
npm install aether-marketing
Then import the component and give it the according props. This is an example
import {MyCoolButton} from 'aether-marketing'
function App() {
return (
<div>
<MyCoolButton title="Click Me!"/>
<div>
)
}
export default App;
You can find documentation in confluence. testing git tag
Contributors
@ch264
@OlliesWorld
@chienleow
@its-cess