Skip to content

Mil4n0r/halstack-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halstack Design System logo

Halstack Design System

Halstack is an Open Source Design System built and maintained by DXC Technology with the purpose of providing all the necessary tools for designing and implementing accessible, intuitive and consistent User Experiences with React.

Check Links

How to start

You can start using Halstack right now:

npm i @dxc-technology/halstack-react

Usage

import React from "react";
import { DxcButton, DxcTextInput } from "@dxc-technology/halstack-react";

const App = () => (
  <>
    <DxcTextInput label="Enter your name" />
    <DxcButton label="Submit" type="submit" />
  </>
);

Where to start

Learn everything you need to know about Halstack principles and components on the official documentation site.

Contributing

Any feedback is always welcome in Halstack!

Before opening a new issue, pull request or discussion, please read carefully and respect our contribution guidelines.

Thanks

Chromatic

Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.

About

Library of components for building SPAs with React and Halstack Design System

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.6%
  • JavaScript 14.3%
  • Other 0.1%