@adra-network/ui-library

0.0.10 • Public • Published

@adra-network/ui-library

ADRA Official UI library for Vue 3 applications, providing a set of reusable UI components.

Quick Setup

  1. Add @adra-network/ui-library dependency to your project
# Using npm
npm install @adra-network/ui-library
  1. Add the package as a module in the nuxt
// nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    "@adra-network/ui-library/nuxt", // notice we specify nuxt here
  ],
});
  1. Use the components!
<template>
  <AButton>Click me!</AButton>
</template>

TODO

Atoms

  • [x] ABtn
  • [x] ACopy
  • [x] ADatePicker
  • [ ] ATextField
  • [ ] ABreadcrumbs
  • [ ] LanguageSelector
  • [ ] AModal
  • [ ] AStatusIcon
  • [ ] ACountrySelect
  • [ ] ATitleSelect
  • [ ] AOrganizationSelect
  • [ ] ASectorSelect
  • [ ] ADivisionSelect
  • [ ] ADownloadLink
  • [ ] ALoginBtn
  • [ ] AMarkdownEditor
  • [ ] AMarkdownViewer
  • [ ] AProgress

Molecules

  • [ ] AToolbar
  • [ ] ANavbar
  • [ ] SearchInput

HOC

  • [ ] SearchHandler

Helpers

  • [ ] ACopy
  • [ ] AMakeVisible

Readme

Keywords

none

Package Sidebar

Install

npm i @adra-network/ui-library

Weekly Downloads

0

Version

0.0.10

License

none

Unpacked Size

987 kB

Total Files

15

Last publish

Collaborators

  • relocate7140
  • francoisauclair911