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.
# NPM
npm install @hacksc/ui-kit
# Yarn
yarn add @hacksc/ui-kit
import { Button } from "@hacksc/ui-kit"
function Example() {
return <Button color="blue">Submit to HackSC 2024!</Button>
}
Here are some available scripts:
Run tests on the UI kit (E2E + React tests)
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.