Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@highoutput/hds-button

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/hds-button

We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.

npmnpm
Version
0.1.6
Version published
Weekly downloads
12
-20%
Maintainers
6
Weekly downloads
 
Created
Source

Getting started

We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.

Commands

To install the package, use:

npm i @highoutput/hds-button

Usage

import * as React from "react";
import Button,{ CloseButton, SocialButton, withButton } from "@highoutput/hds-button";
import { ThemeProvider, HStack, Box, extendTheme } from "@highoutput/hds";


export default function Example() {
  return (
    <ThemeProvider theme={extendTheme(withButton())}>
      <Button {...args} >Submit</Button>
      <CloseButton {...args} />
      <SocialButton {...args} />
    </ThemeProvider>
  );
}

FAQs

Package last updated on 04 Apr 2023

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