Skip to content

Fix/button dynamic classes #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 29, 2023

Conversation

fabiobiondi
Copy link
Contributor

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests

Description

The <Button> component now supports all Daisy modifiers (primary, secondary), sizes (xs, sm, ...) and other Daisy properties.

A new clsq utility (a TS clone of the famous clsx package) has been added in a new shared folder.
I have also added an alias in tsconfig in order to be easily imported everywhere:

import { clsq } from '@qwik-ui/shared';

…y properties

The button now supports all Daisy modifiers (primary, secondary), sizes (xs, sm, ...) and other
properties. A new clsq utility  (a TS clone of the famous clsx utility) has been added a new shared
folder (I have also created an alias in order to be easily imported everywhere)
@gioboa
Copy link
Contributor

gioboa commented Jan 29, 2023

It looks great 👏

@gioboa gioboa merged commit e6cda35 into qwikifiers:main Jan 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants