@akashdsamantra/star-ui

This is a design system created for learning (at least for now). Feel free to raise any issue or PR.

Usage no npm install needed!

<script type="module">
  import akashdsamantraStarUi from 'https://cdn.skypack.dev/@akashdsamantra/star-ui';
</script>

README

star-ui

This is a design system created for learning (at least for now). Feel free to raise any issue or PR.

Introduction

So star-ui is a monorepo created using yarn workspace. There are 3 packages:

  1. docs
  2. examples
  3. star-ui
  • docs is documentation for star-ui. It should automatically create documentation from component. Possibly I can use the storybook docs addon directly. I am not sure. The idea is to generate it, not write it manually.
  • examples - coming soon
  • star-ui is the root package in the project. This will contain all components.

Getting Started

Clone the repo

git clone git@github.com:akashdsamantra/star-ui.git

Run the below command to run storybook server and start working:

yarn start-storybook

Cheers 🍻