-
Updated
Nov 30, 2021 - Swift
#
layout
Here are 2,217 public repositories matching this topic...
A Swift Autolayout DSL for iOS & OS X
Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
-
Updated
Jul 14, 2021 - Java
Infinite responsive, sortable, filterable and draggable layouts
-
Updated
Feb 12, 2022 - JavaScript
react
javascript
css
theme
components
color
ui
grid
styled-components
layout
react-components
typography
emotion
design-system
styled-system
rebass
-
Updated
Feb 18, 2022 - JavaScript
⬢ Style props for rapid UI development
react
css
design-systems
styled-components
responsive
layout
colors
styling
typography
emotion
css-in-js
tokens
theming
style-props
-
Updated
Feb 26, 2022 - JavaScript
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
visualization
javascript
html
chart
typescript
es6
graph
diagram
layout
data-visualization
javascript-library
typescript-library
es6-modules
flowchart
orgchart
gojs
interactive-diagrams
-
Updated
Feb 25, 2022 - HTML
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
-
Updated
Feb 3, 2022 - TypeScript
A multi window layout manager for webapps
-
Updated
Feb 20, 2022 - JavaScript
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView RTL
android
ios
ui
uitableview
uicollectionview
xcode
view
css3
layout
cocoapods
xib
storyboard
constraints
rtl
grid-layout
autolayout
uiscrollview
flexbox-layout
layoutsubviews
sizeclasses
-
Updated
Jul 26, 2021 - Objective-C
Make. It. Bounce.
swift
flow
library
collection
spring
uicollectionview
view
libraries
layout
bounce
swift3
collectionview
uicollectionviewlayout
flowlayout
uikitdynamics
springy
bouncy
swift4
-
Updated
Jul 14, 2020 - Swift
Nothing but sugar.
swift
library
stack
libraries
animation
layout
constraints
constraint
sugar
auto
nslayoutconstraint
sweet
syntactic
nslayoutconstraints
superview
center
swift4
arkit
swift5
swift-5
-
Updated
Feb 9, 2022 - Swift
With Scaling Layout scale your layout on user interaction.
-
Updated
May 30, 2020 - Java
swift
layouts
ios
ui
xcode
interface
view
dsl
layout
cocoapods
carthage
xib
storyboard
constraints
autolayout
auto
freshos
stevia
nslayoutconstraints
visual-format-language
-
Updated
Jan 6, 2022 - Swift
a responsive equal heights plugin
-
Updated
Aug 24, 2018 - JavaScript
svg
chart
html5
graph
diagram
layout
graph-editor
erd
uml-diagram
flowchart
dag
diagramming
antv
erdiagram
javascript-diagramming-library
-
Updated
Feb 26, 2022 - TypeScript
A simple, lightweight Javascript library for dynamic grid layouts.
-
Updated
Jan 11, 2022 - JavaScript
This package has moved and renamed
react
css
grid
styled-components
responsive
layout
flexbox
emotion
css-in-js
padding
margin
styled-system
-
Updated
Aug 6, 2019 - JavaScript
LukaszGrela
commented
Mar 23, 2021
I followed the dashboard layout tutorial and following code fails as the config
param is typed as (breakpoint: Breakpoint, config: Omit<TemporarySidebarConfig, 'id' | 'anchor' | 'variant' | 'hidden'>) => IEdgeSidebarRegistry;
where the anchor
is omitted
scheme.configureEdgeSidebar((builder) => {
builder
.create("uni
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
swift
language
swift-library
ios
cocoapod
layout
carthage
layout-engine
rtl
swift-framework
swift-3
ios-swift
anchor
ios-ui
ios-lib
margin
chainable-methods
uiview-extension
left-language
-
Updated
Feb 8, 2022 - Swift
Auto Layout made easy
-
Updated
Jan 14, 2021 - Swift
A simple but highly customizable UICollectionViewLayout for UICollectionView -- Simple SwiftUI views that let you make page-view effects.
swift
gallery
uicollectionview
scale
stack
controller
animation
layout
uikit
snapshot
transition
blur
shopping
perspective
uicollectionviewlayout
transformation
coverflow
cylinder
transforms
swiftui
-
Updated
Nov 17, 2021 - Swift
Improve this page
Add a description, image, and links to the layout topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the layout topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I don't think Theme UI should be opinionated on which SVGs should be used for the
Radio
&CheckBox
componentsDescribe the solution you'd like
Probably an additional prop called
customIcon
maybe... based on which we could conditionally render the passed SVG icon otherwise we use the default icons?**Describe alter