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

momo-component-kits

Package Overview
Dependencies
Maintainers
2
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

momo-component-kits

Momo Component Kits

  • 0.10.27
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source


Momo Component Kits

Installing

Use yarn

yarn add momo-component-kits

Or npm

npm i momo-component-kits

Usage

import { MomoButton, MomoIcons, ButtonType } from 'momo-component-kits'

// primary
<MomoButton
    text="Momo Button"
    type={ButtonType.primary}
/>

// primary border
<MomoButton
    text="Momo Button"
    type={ButtonType.primaryBorder}
/>

// primary border with icon
<MomoButton
    icon={MomoIcons.ic_close_24}
    text="Custom Text Style"
    type={ButtonType.primaryBorder}
/>



Components

See more details

Click here

FAQs

Package last updated on 12 Feb 2020

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