New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

omui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omui

# BIG OL' DISCLAIMER ### If you happen to find this while this message remains, please disregard structure and testing requirements- they will be improved! [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://git

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

OpenMined UI

BIG OL' DISCLAIMER

If you happen to find this while this message remains, please disregard structure and testing requirements- they will be improved!

styled with prettier Chat on Slack

Because data science should look good.

Welcome to the OpenMined UI libary! The purpose of this is to give UI developers one design language in the creation of OpenMined applications. In the same way that our code repositories should constantly be improving, it should also be assumed that this file is a working document that will change and improve over time. Below are a list of guidelines for how various user interface elements should be used throughout the visual design of the OpenMined ecosystem. We encourage you to use them at will and suggest new ones in the #team_uiux channel in Slack. Please note that it is imperative that you always consult the OpenMined brand manual first as it is the ultimate source of truth for remaining true to the brand.

Setup

Prerequisites

node >= 8

Installation

yarn add omui

Usage

import React, {Component} from 'react'
import {Button} from 'omui'

export default class ComponentWithButton extends Component {
  render () {
    return <Button>Click Here!</Button>
  }
}

Development

yarn
yarn build-storybook
yarn storybook

From there, storybook should hot reload with any change. You may need to restart when adding new files.

License

Apache-2.0 by OpenMined contributors

FAQs

Package last updated on 23 Oct 2017

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