The Wayback Machine - https://web.archive.org/web/20200530153422/https://github.com/topics/skeleton
Skip to content
#

skeleton

Here are 1,114 public repositories matching this topic...

anoop4real
anoop4real commented Mar 13, 2020

This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th

dkwl93
dkwl93 commented Dec 5, 2019

Example,

import React from 'react'
import { View } from 'react-native'
import ShimmerPlaceHolder from 'react-native-shimmer-placeholder'

const SomeComponent = () => (
  <View style={{ flex: 1 }}>
    <ShimmerPlaceHolder style={{ height: 60, alignSelf: 'stretch' }} />
  <View />
)

Expected outcome

  • A shimmer placeholder is shown with height of 60 and width = width of screen
koa-rest-api-boilerplate
posquit0
posquit0 commented Jul 8, 2019

Problem

  • README.md is not good to include more detail content. Hosting web-based documentation can be a good solution. There is no hosting cost if we use static web generator and free hosting provider such as GitHub Pages, Netlify.

Solutions

Static Web Generators

vim-doge
levihb
levihb commented Apr 15, 2020

Is your feature request related to a problem? Please describe.
Add support for C# XML documentation.

Describe the solution you'd like
I'd like to see the ability to generate C# XML documentation. Especially since with the open sourcing and much more relaxed licensing of .NET and C#, it has been growing in popularity on linux and macOS recently. Microsoft also plans to homogenise the e

Improve this page

Add a description, image, and links to the skeleton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the skeleton topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.