Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
Primary
Success
Danger
Warning
Info
Default
Secondary
Text
Border
Greys are used throughout our platforms for text, borders and layout. Greys are the neutral tones used to create contrast and lightness through our platforms.
Grey
Primary base palette is used to drive action and inform users of an objects next step of a workflow. Primary is the base for all our platform statuses requiring attention (RED), a primary action on a page (BLUE), success or placement is live (GREEN), warning or placement is pending action (ORANGE).
Blue
Green
Red
Orange
Cyan
Purple
Teal
Yellow
{
"border": {
"base": "#dae2e6",
"accent": "#757982",
"strong": "#1c1d1f"
},
"white": "#ffffff",
"black": "#000000",
"grey": {
"100": "#f4f5f7",
"200": "#e5eaed",
"300": "#dae2e6",
"400": "#d5d8da",
"500": "#aaafb3",
"600": "#757982",
"700": "#505359",
"800": "#1c1d1f"
},
"blue": {
"100": "#eaf5ff",
"200": "#d7ecff",
"300": "#85c6ff",
"400": "#1f97ff",
"500": "#006dcc",
"600": "#1950a3",
"700": "#004480",
"800": "#01396a"
},
"green": {
"200": "#e9f5e9",
"300": "#b0dcb0",
"400": "#77c377",
"500": "#5bb75b",
"600": "#31a549",
"700": "#3c893c",
"800": "#2b622b"
},
"red": {
"200": "#fce8e8",
"300": "#efb1af",
"400": "#e1706b",
"500": "#da4f49",
"600": "#d5382e",
"700": "#b22a24",
"800": "#551411"
},
"orange": {
"200": "#ffeed6",
"300": "#fddaa9",
"400": "#fbb85a",
"500": "#faa732",
"600": "#f8951d",
"700": "#da8205",
"800": "#844f01"
},
"cyan": {
"200": "#e8f8fd",
"300": "#c9e7f0",
"400": "#89cbdf",
"500": "#49afcd",
"600": "#0492ba",
"700": "#136480",
"800": "#0c3e4f"
},
"purple": {
"200": "#f4ebfd",
"300": "#d8c6ee",
"400": "#ad87db",
"500": "#9768d1",
"600": "#793dc4",
"700": "#582a91",
"800": "#35175a"
},
"teal": {
"200": "#ddfffc",
"300": "#abebe5",
"400": "#48dbcc",
"500": "#00b8a5",
"600": "#008577",
"700": "#006c60",
"800": "#00342e"
},
"yellow": {
"200": "#fff3cc",
"300": "#f6e097",
"400": "#f2d471",
"500": "#efc94c",
"600": "#eab919",
"700": "#ba9311",
"800": "#7c6109"
},
"text": {
"base": "#1c1d1f",
"soft": "#505359",
"label": "#505359",
"disabled": "#757982",
"placeholder": "#757982",
"description": "#757982",
"inverse": "#ffffff"
},
"default": {
"soft": "#e5eaed",
"accent": "#dae2e6",
"base": "#aaafb3",
"strong": "#1c1d1f"
},
"primary": {
"soft": "#d7ecff",
"accent": "#85c6ff",
"base": "#006dcc",
"strong": "#1950a3"
},
"success": {
"soft": "#e9f5e9",
"accent": "#b0dcb0",
"base": "#5bb75b",
"strong": "#31a549"
},
"danger": {
"soft": "#fce8e8",
"accent": "#efb1af",
"base": "#da4f49",
"strong": "#d5382e"
},
"warning": {
"soft": "#ffeed6",
"accent": "#fddaa9",
"base": "#faa732",
"strong": "#f8951d"
},
"info": {
"soft": "#e8f8fd",
"accent": "#c9e7f0",
"base": "#49afcd",
"strong": "#0492ba"
},
"secondary": {
"soft": "#ddfffc",
"accent": "#abebe5",
"base": "#00b8a5",
"strong": "#008577"
}
}