Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astaroid/ui
- Owner: astaroid
- License: mit
- Created: 2022-08-12T09:51:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T12:27:26.000Z (over 1 year ago)
- Last Synced: 2024-02-02T15:05:43.608Z (11 months ago)
- Topics: sveltejs, ui-components, vite, webapp
- Language: JavaScript
- Homepage:
- Size: 950 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)