@adra-network/ui-library
v0.0.10
Published
ADRA Official UI library for Vue 3 applications, providing a set of reusable UI components.
Downloads
11
Readme
@adra-network/ui-library
ADRA Official UI library for Vue 3 applications, providing a set of reusable UI components.
Quick Setup
- Add
@adra-network/ui-library
dependency to your project
# Using npm
npm install @adra-network/ui-library
- 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
],
});
- 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