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

@jouwomgeving/ui-button

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jouwomgeving/ui-button

``` $ npm install @jouwomgeving/ui-button --save-dev ```

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
108
increased by107.69%
Maintainers
1
Weekly downloads
 
Created
Source

UI-button

$ npm install @jouwomgeving/ui-button --save-dev
import React from 'react';

import Button from '@jouwomgeving/ui-button';

const Layout = () => (
  <Button.Group>
    <Button.default label="1">
    <Button.default label="2">
    <Button.default label="3">
    <Button.default label="4">
  </Button.Group>
);

export default Layout;

Contents

Button.default

TODO

Button.Group

Wrapper for the button component this will create a grouped layout for all the previous mentioned button component.

API

TODO: write some docs..

FAQs

Package last updated on 29 Jun 2016

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