Skip to content

Collection of all the ui components of the astaroid webapp

License

Notifications You must be signed in to change notification settings

daniel-onyenwee/astaroid-ui

 
 

Repository files navigation

@astaroid/ui

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

Badges

Installation

Install @astaroid/ui with npm

  npm install @astaroid/ui

Install @astaroid/ui with yarn

  yarn add @astaroid/ui

Documentation

Documentation

Usage/Examples

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

<div>
    <SelectInput />
</div>

License

MIT

About

Collection of all the ui components of the astaroid webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • HTML 26.8%
  • TypeScript 6.6%