Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. {
  2. "type": "div",
  3. "props": {
  4. "className": "breadcrumbs breadcrumbs--wide"
  5. },
  6. "children": [
  7. {
  8. "type": "div",
  9. "props": {
  10. "className": "row expanded"
  11. },
  12. "children": [
  13. {
  14. "type": "div",
  15. "props": {
  16. "className": "columns"
  17. },
  18. "children": [
  19. {
  20. "type": "ul",
  21. "props": null,
  22. "children": [
  23. {
  24. "type": "li",
  25. "props": {
  26. "className": "breadcrumbs__item"
  27. },
  28. "children": [
  29. {
  30. "type": "a",
  31. "props": {
  32. "style": null
  33. },
  34. "children": [
  35. {
  36. "type": "i",
  37. "props": {
  38. "className": "fa fa-fw fa-home"
  39. },
  40. "children": null
  41. },
  42. " Home"
  43. ]
  44. }
  45. ]
  46. },
  47. {
  48. "type": "li",
  49. "props": {
  50. "className": "breadcrumbs__item"
  51. },
  52. "children": [
  53. {
  54. "type": "span",
  55. "props": null,
  56. "children": [
  57. "label"
  58. ]
  59. }
  60. ]
  61. }
  62. ]
  63. }
  64. ]
  65. }
  66. ]
  67. }
  68. ]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement