Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.64 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.64 KB

groundcontrol

Ground Control — UI Component Library For The Open Source Universe

THIS PROJECT IS STILL IN THE DESIGN PHASE

IDEAS & CONTRIBUTIONS ARE WELCOME

An Open Source Universe Project


Contents

Features ✨

  • Svelte UI Components Planned
  • Design System Implementation via Tailwind CSS Planned
  • Typescript Support Planned

Install 🛠

npm install @intellibus/groundcontrol

Usage 🔭

Read more about the Design behind groundcontrol here.

<script>
  import { Button } from 'groundcontrol';
</script>

<Button on:click={clickHandler} class='my-5 px-2'>Click Me!</Button>

Documentation 🛰

groundcontrol is under active development, documentation will be added once an initial release is ready.

Contributing 🌎

We would love for you to contribute your ideas, code, & fixes to groundcontrol.

We encourage everyone to read our Design Document to learn more about the thought process behind groundcontrol.

Also check out the rewards offered for contributing to the Open Source Universe.

License ⚖️

MIT