@highoutput/hds-checkbox
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

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-checkbox

Usage

import * as React from "react";
import { Checkbox } from "@highoutput/hds-checkbox";
import { ThemeProvider, HStack, Box, Text } from "@highoutput/hds";

export default function Example() {
  return (
    <ThemeProvider>
      <Checkbox size="sm" variant="solid" label="" hint="" />
    </ThemeProvider>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @highoutput/hds-checkbox

Weekly Downloads

0

Version

0.1.7

License

MIT

Unpacked Size

68.6 kB

Total Files

24

Last publish

Collaborators

  • ccpacillos
  • rrmadjos
  • glvnzn
  • highoutputventures
  • highoutputdev
  • calvojp
  • boniqx09