import { Meta } from "@storybook/addon-docs"; export const Row = (name) => ( {name} ); export const Table = (args) => ( {Row("background")} {Row("background-alt")} {Row("background-alt2")} {Row("primary-300")} {Row("primary-500")} {Row("primary-700")} {Row("secondary-100")} {Row("secondary-300")} {Row("secondary-500")} {Row("secondary-700")} {Row("success-500")} {Row("success-700")} {Row("danger-500")} {Row("danger-700")} {Row("warning-500")} {Row("warning-700")} {Row("info-500")} {Row("info-700")} {Row("text-main")} {Row("text-muted")} {Row("text-contrast")} {Row("text-alt2")}
General usage
); # Colors