Questions tagged [skeleton-ui]

12 questions
4
votes
1 answer

Angular & passing data between components: use cases for Resolve guard vs Service injection

In Angular there are multiple ways to pass data to a Component, in particular one can use a Resolve guard to load the data even before the Component is created so that it is always available or one can inject a Service in the constructor of the…
2
votes
0 answers

Svelte, Skeleton, Tailwind npm install error

I pretty new on svelte/typescript world and since yesterday suddenly I get some errors after installation. I did the exact same things since a few days ago and I can't understand what is happening. This is my what i did: npm create svelte@latest…
Anpace
  • 77
  • 6
2
votes
2 answers

Flutter skeleton view shimmer view

I'm trying to achieve the skeleton view as shown in the attachment but couldn't get it exactly like shown, i have tried Shimmer package, the problem is gradient or mask width is more. Kindly help with sample for to achieve the same. Used the…
pAr
  • 171
  • 1
  • 16
2
votes
1 answer

How to use SkeletonView besides UITableView/UICollectionView RxCocoa binding

For using SkeletonView you have to implement UITableView/UICollectionView dataSource which i can't use beacuse i'm using tableView.rx.items to bind my table to some observable. so how can i use RxCocoa besides SkeletonView. any suggestion? For more…
Mehrdad
  • 1,050
  • 1
  • 16
  • 27
1
vote
1 answer

Second instance of a component uses the function set on the first instance in svelte

I have created a component that I want to use to select a player. There can be two different players, and I was trying to have each one call a different function. However, when I select an option on either component, is always calls the selectP1…
1
vote
1 answer

Skeleton Loading in Ext JS grid

What is the easiest way to apply skeleton loading(as shown in the image below) in the Ext JS grid and similar components? Skeleton Loading
0
votes
0 answers

Axios error handling not working as expected

I am using Svelte and the Skeleton UI toolkit to write a function that will be triggered when the user clicks a Delete button and will perform the following steps: Show the user a confirmation dialog, to check that they really want to perform the…
pmso
  • 9
  • 3
0
votes
1 answer

Duplicate img when creating custom skeleton component modals

I am using skeleton@0.86.9, svelte-kit and tailwind. I want to create a custom component modal (see https://www.skeleton.dev/utilities/modals at "component modals") to display an image. The modal gets called via a function, that also passes the…
0
votes
1 answer

Structure of Skeleton Pages

I'm wondering in production, what would the best practice be when implementing skeleton pages. It seems to me that there are (at least?) two major ways to render the skeleton view, one is to put a skeleton alternative to each div, which is more…
shuke
  • 48
  • 5
0
votes
1 answer

how to run mui Skeleton one by one For multiple Images in Gallery

im trying to add skeleton in my react project i render a gallery images from backend those images are different size (1mb,0.5mb) so the skeleton closed earler in my website thats a problem and other size photos still not come to front but skeletton…
Sharma
  • 3
  • 4
0
votes
1 answer

Angular lazy loading breaks skeleton loading animations

I've seen a few other solutions (Show activity Indicator while loading a lazy loaded Module in Angular 2, Showing a loading indicator for lazy loaded route module ) and a few others that I quickly skimmed but none address my issue. My app grew too…
JDillon522
  • 19,046
  • 15
  • 47
  • 81
-1
votes
0 answers

Problem with skeleton UI in vercel deploy of sveltekit

I deployed a sveltekit web app to vercel (with ts, node18.x) and I'm having trouble with this (the log errors): .svelte-kit/output/client/_app/immutable/assets/ProgressBar.4f1e9ba5.css 0.28 kB │ gzip: 0.16…