export const block = { ts: `
Block Button
Block Button
`, js: `
Block Button
Block Button
` }
export const colors = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }
export const flat = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }
export const group = { ts: `
`, js: `
` }
export const icon = { ts: `
Accept
Cancel
Upload
Back
`, js: `
Accept
Cancel
Upload
Back
` }
export const iconOnly = { ts: `
`, js: `
` }
export const link = { ts: `
String Literal
Open New Tab
`, js: `
String Literal
Open New Tab
` }
export const loaders = { ts: `
Accept Terms
Upload
Loader slot
Loading...
Icon Loader
`, js: `
Accept Terms
Upload
Loader slot
Loading...
Icon Loader
` }
export const outlined = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }
export const plain = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }
export const rounded = { ts: `
Normal Button
Rounded Button
Tile Button
Pill Button
`, js: `
Normal Button
Rounded Button
Tile Button
Pill Button
` }
export const router = { ts: `
String Literal
Object Path
Named Router
With Query
`, js: `
String Literal
Object Path
Named Router
With Query
` }
export const sizing = { ts: `
Extra large Button
Large Button
Normal Button
Small Button
Extra small Button
`, js: `
Extra large Button
Large Button
Normal Button
Small Button
Extra small Button
` }
export const text = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }
export const tonal = { ts: `
Primary
Secondary
Success
Info
Warning
Error
`, js: `
Primary
Secondary
Success
Info
Warning
Error
` }