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
8
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jouwomgeving/ui-button

Dictator package JO ui button

  • 2.0.0
  • Source
  • npm
  • Socket score

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

ui-button

$ npm install @jouwomgeving/ui-button

Button

Usage

import React from 'react';

import * as Button from '@jouwomgeving/ui-form';

const Layout = () => (
  <div>
    <Button.default label="1">
  </div>
);

export default Layout;

About

The main JO button component, this is a button which contains multiple styles.

Properties

PropValuesDefaultRequired
prefixReactElementNo
suffixReactElementNo
labelstringYes
typeprimary, secondaryprimaryNo
disabledbooleanfalseNo

Group

Usage

import React from 'react';

import * as Button from '@jouwomgeving/ui-form';

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;

About

A Wrapper for the Button which will be used to give the Button component no rounded borders. Also it support vertical and horizontal directions.

Properties

PropValuesDefaultRequired
directionhorizontal, verticalhorizontalYes
childrenReactElementYes

FAQs

Package last updated on 27 Jul 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