aether-marketing
v1.28.14
Published
React Component Library
Downloads
1,965
Maintainers
Readme
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