Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astaroid/ui

UI library containing all the UI components and tabs used in astaroid webapp
https://github.com/astaroid/ui

sveltejs ui-components vite webapp

Last synced: about 2 months ago
JSON representation

UI library containing all the UI components and tabs used in astaroid webapp

Awesome Lists containing this project

README

        

# @astaroid/ui

UI library containing all the UI components and tabs used in astaroid webapp

## Badges

![](https://img.shields.io/github/package-json/v/astaroid/ui) ![](https://img.shields.io/github/stars/astaroid/ui) ![](https://img.shields.io/github/forks/astaroid/ui) ![](https://img.shields.io/github/issues-pr/astaroid/ui) ![](https://img.shields.io/github/issues/astaroid/ui)

## Installation

Install @astaroid/ui with npm

```bash
npm install @astaroid/ui
```

Install @astaroid/ui with yarn

```bash
yarn add @astaroid/ui
```

## Documentation

[Documentation](https://63ff1d96c9585c40e3f2aef8-apfjrfssgk.chromatic.com/)

## Usage/Examples

```html

import { SelectInput } from "@astaroid/ui/components" // To import astaroid ui components
import { ActivityTab } from "@astaroid/ui/tabs" // To import astaroid ui tabs




```

## License

[MIT](https://github.com/astaroid/ui/blob/main/LICENSE/)