123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- {
- "type": "carousel",
- "contents": [
- {
- "type": "bubble",
- "size": "nano",
- "header": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "text",
- "text": "Progress",
- "color": "#ffffff",
- "align": "start",
- "size": "md",
- "gravity": "center"
- },
- {
- "type": "text",
- "text": "70%",
- "color": "#ffffff",
- "align": "start",
- "size": "xs",
- "gravity": "center",
- "margin": "lg"
- },
- {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "filler"
- }
- ],
- "width": "70%",
- "backgroundColor": "#0D8186",
- "height": "6px"
- }
- ],
- "backgroundColor": "#9FD8E36E",
- "height": "6px",
- "margin": "sm"
- }
- ],
- "backgroundColor": "#27ACB2",
- "paddingTop": "19px",
- "paddingAll": "12px",
- "paddingBottom": "16px"
- },
- "body": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "box",
- "layout": "horizontal",
- "contents": [
- {
- "type": "text",
- "text": "OKOK",
- "color": "#8C8C8C",
- "size": "sm",
- "wrap": true
- }
- ],
- "flex": 1
- }
- ],
- "spacing": "md",
- "paddingAll": "12px"
- },
- "styles": {
- "footer": {
- "separator": false
- }
- }
- },
- {
- "type": "bubble",
- "size": "nano",
- "header": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "text",
- "text": "In Progress",
- "color": "#ffffff",
- "align": "start",
- "size": "md",
- "gravity": "center"
- },
- {
- "type": "text",
- "text": "100%",
- "color": "#ffffff",
- "align": "start",
- "size": "xs",
- "gravity": "center",
- "margin": "lg"
- },
- {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "filler"
- }
- ],
- "width": "100%",
- "backgroundColor": "#7D51E4",
- "height": "6px"
- }
- ],
- "backgroundColor": "#9FD8E36E",
- "height": "6px",
- "margin": "sm"
- }
- ],
- "backgroundColor": "#A17DF5",
- "paddingTop": "19px",
- "paddingAll": "12px",
- "paddingBottom": "16px"
- },
- "body": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "box",
- "layout": "horizontal",
- "contents": [
- {
- "type": "text",
- "text": "Buy milk and lettuce before class",
- "color": "#8C8C8C",
- "size": "sm",
- "wrap": true
- }
- ],
- "flex": 1
- }
- ],
- "spacing": "md",
- "paddingAll": "12px"
- },
- "styles": {
- "footer": {
- "separator": false
- }
- }
- }
- ]
- }
|