0.0.10 • Published 1 year ago

quixote-ui v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Quixote UI

Vue 3 component library using Typescript + Vite + Storybook

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

Installation

Run npm i quixote-ui

Usage

Include the quixote-ui into your component using import:

import { QxButton, QxPage, QxDatepicker, QxDateRange } from 'quixote-ui';

Updates

0.0.10 Update QxSimpleSelect

0.0.3

2 years ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago