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

Badge wrap #622

Merged
merged 4 commits into from
Mar 18, 2023
Merged

Badge wrap #622

merged 4 commits into from
Mar 18, 2023

Conversation

shinokada
Copy link
Collaborator

Closes #621

📑 Description

  • fix badge and button-group page
  • remove SimpleSearch.svelte
  • fix package.json

@stackblitz
Copy link

stackblitz bot commented Mar 18, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link

vercel bot commented Mar 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
flowbite-svelte ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 18, 2023 at 9:45AM (UTC)
flowbite-svelte-update ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 18, 2023 at 9:45AM (UTC)


export let pill: boolean = false;
export let outline: boolean = false;
export let gradient: boolean = false;
export let size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' = group ? 'sm' : 'md';
// size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' ='sm';
Copy link
Contributor

Choose a reason for hiding this comment

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

What have you done here?!!
Now you can't set the button size!
Check https://flowbite-svelte.com/components/button#Button_sizes

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops. It's my bad.

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.

ExampleDiv to be wrapped for badge, button-group
2 participants