Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.27 KB
Coin monopoly character Heart superhero-like character Jigsaw twins character Planet character with a planetary ring surrounded by stars

HackSC Official UI Kit 🌺

MIT License

The official UI kit for HackSC! This is where we store most of our main theme kit that was bootstrapped and successfully used in HackSC 2023.

Installation

# NPM
npm install @hacksc/ui-kit

# Yarn
yarn add @hacksc/ui-kit

Usage

import { Button } from "@hacksc/ui-kit"

function Example() {
  return <Button color="blue">Submit to HackSC 2024!</Button>
}

Development

Here are some available scripts:

npm test

Run tests on the UI kit (E2E + React tests)

npm run build

Builds the UI kit for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.