This repository provides a list of components commonly used by services operated by the Team SpaceWak.
To install the SpaceWak Design System, you can use the following command:
# Yarn
yarn add @spacewak/ui
# pnpm
pnpm add @spacewak/ui
To use the SpaceWak Design System, you can import the components you need from the package:
import { Button } from "@spacewak/ui";
function App() {
return <Button>Click me!</Button>;
}
This project is not licensed as public domain. Please contact the Team SpaceWak for more information.
Copyright © 2024 Team SpaceWak. All rights reserved.