Skip to content
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

Label component #723

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Label component #723

wants to merge 12 commits into from

Conversation

dzonidoo
Copy link
Contributor

@dzonidoo dzonidoo commented Jan 4, 2024

NHUB-468

Checklist

  • This pull request is not adding new forms that use redux
  • This pull request is adding missing TypeScript types to modified code segments where it's easy to do so with confidence
  • This pull request is replacing lodash.get with optional chaining for modified code segments

@petrjasek petrjasek added this to the v2.7 milestone Jan 15, 2024
@petrjasek
Copy link
Member

hi @dzonidoo can you update the PR?

@dzonidoo dzonidoo changed the base branch from develop to new-components March 27, 2024 14:21
type?: 'default' | 'success' | 'warning' | 'alert' | 'info' | 'highlight';
size?: 'small' | 'medium' | 'big';
style?: 'fill' | 'hollow' | 'translucent'; // defaults to 'fill'
className?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we avoid that?

@petrjasek petrjasek modified the milestones: v2.7, v2.8 May 8, 2024
@petrjasek petrjasek removed this from the v2.8 milestone Aug 22, 2024
@dzonidoo dzonidoo changed the base branch from new-components to develop September 9, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants