Skip to content

Commit

Permalink
ABS - features
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Mar 2, 2023
1 parent 4f18f79 commit 966532b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
## LAYOUT

### Radial Grid
- rows
- columns
- angles & distances
- span rows
- span cols
- initial angle
- diameter
- quadrants?
- geostationary/gyroscope
- responsiveness
- alignment
- rows: Son rings o levels
- columns: sectors
- angles & distances: se pueden definir independientemte (a32; d453)
- initial angle: importantes para saber desde donde empieza
- diameter: importante para estabelcer tamano del arco 90° o 360° x ej.
- quadrants? una forma de ubicar elementis: q1, q2...
- geostationary/gyroscope: comportamiento de lo selementos
- responsiveness: con media queries
- alignment: ubicacion del elementos izq, centro, der; arriba medio, abajo
- distribucion: ver tipo flex-bos
- draw rings and sectors

## ELEMENTS


## COMPONENTS
- progress
- sectors svg
- modals
- labels
- tooltips
Expand All @@ -46,3 +47,8 @@ function getEllipsePoints(width, height, n, dist) {
}
return points;
}


### css first
por eso elipsis solo andan en ffox
anim en chrome.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
height: var(--xl);
}
.rad {
width: 1px;
height: 1px;
width: 10px;
height: 10px;
border-radius: 50%;
display: grid;
background-color: rgb(152, 21, 21);
Expand Down

0 comments on commit 966532b

Please sign in to comment.