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

momo-components-kit

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

momo-components-kit

Momo Components Kit

  • 0.10.20
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source


Momo Components Kit

Installing

Use yarn

yarn add momo-components-kit

Or npm

npm i momo-components-kit

Usage

import { MomoButton, MomoIcons, ButtonType } from 'momo-components-kit'

// 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 11 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