Skip to content

SayangHoney/ui

 
 

Repository files navigation

SpaceWak Design System

This repository provides a list of components commonly used by services operated by the Team SpaceWak.

style: styled-components

Installation

To install the SpaceWak Design System, you can use the following command:

# Yarn
yarn add @spacewak/ui

# pnpm
pnpm add @spacewak/ui

Usage

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>;
}

License

This project is not licensed as public domain. Please contact the Team SpaceWak for more information.

Copyright © 2024 Team SpaceWak. All rights reserved.

About

SpaceWak Design System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • JavaScript 6.0%
  • HTML 3.2%
  • CSS 3.1%