qwik-ui icon indicating copy to clipboard operation
qwik-ui copied to clipboard

Qwik's Headless and styled component library

Results 133 qwik-ui issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Guidelines for Beta - [ ] Getting to a consistent API between all components - [ ] Dogfooding each component in production - [ ] 100% coverage on all...

Right now the docs have no site wide search, which makes it hard to find things. Would be great if this docs site supported this like other modern libraries.

TYPE: enhancement

# What is it? - [ ] Feature / enhancement - [ ] Bug - [x] Docs / tests - [ ] Other # Why is it needed? To be...

### As Is Not a blocker but maybe it's worth mentioning, on a fresh project after installing qwik-ui and the button component, I noticed `class-variance-authority` was not installed. ### Repro...

## Summary Most headless ui libraries with a component based approach will use a **dot notation component**, also known as a namespaced component. The current Qwik UI API does not...

When registering Tabs, TabList, Tab, TabPanel as custom components in the Builder.io Visual Editor then setting up Layers / DOM in the Builder Visual Editor, ie: - Tabs - TabList...

# What is it? - [ ] Feature / enhancement - [ ] Bug - [ ] Docs / tests - [ ] Other # Why is it needed? #...

The import from `@qwik-ui/styled` are misleading users - ![image](https://github.com/qwikifiers/qwik-ui/assets/1430726/281fd5bc-bc6a-4012-bd23-7e1c93057a1d) Maybe we can replace them with `~/components/ui` or something like that (or just remove the imports? WDYT @maiieul ?

## Table of Contents * [Goal](#goal) * [Background information](#background-information) * [Lack of alternative solutions](#lack-of-alternative-solutions) * [Code overview](#code-overview) (most important; you can scroll down to get there, links don't work on...