Skip to content

GT Design SystemGeorgia Tech Alumni Association

A comprehensive design system providing consistent and cohesive user experiences across digital products

GT Design System

Quick Start

Install the design system packages in your project:

bash
npm install @gtalumni-la/tokens @gtalumni-la/react
bash
yarn add @gtalumni-la/tokens @gtalumni-la/react
bash
pnpm add @gtalumni-la/tokens @gtalumni-la/react

Then start using components in your React application:

tsx
import { Button } from '@gtalumni-la/react';
import '@gtalumni-la/tokens/dist/css/variables.css';

function App() {
  return (
    <Button variant="primary" size="lg">
      Hello, Georgia Tech!
    </Button>
  );
}

Latest Updates

v0.1.0 - Alpha Release

This is an alpha release. The design system is under active development and breaking changes may occur. Not recommended for production use yet.

Georgia Tech Brand Compliance

This design system follows the official Georgia Tech Brand Guidelines to ensure consistency across all Georgia Tech Alumni Association digital properties.

Community & Support

Released under the MIT License.