Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aether-marketing

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aether-marketing

React Component Library

  • 1.10.7
  • npm
  • Socket score

Version published
Weekly downloads
433
increased by3.1%
Maintainers
1
Weekly downloads
 
Created
Source

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;

Contributors

@ch264 @OlliesWorld @chienleow

Keywords

FAQs

Package last updated on 07 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc