AJIACO - Agile JavaScript Interface for App Component Organization
npm install @propertechnologies/ajiacoAgile JavaScript Interface for App Component Organization
A Vue 3 component library built on Naive UI for Proper Technologies apps.
``bash`
npm install @propertechnologies/ajiaco
`typescript`
// main.ts
import "@propertechnologies/ajiaco/styles";
`vue
`
- ProperText - Text input with click-to-edit modeProperSelect
- - Dropdown selectProperCurrency
- - Currency input with formattingProperDatePicker
- - Date pickerProperCheckbox
- - CheckboxProperSwitch
- - Toggle switchProperInputNumber
- - Numeric input
Runs local build and Ajiaco's docs.
`bash``
npm run dev