@wix/design-system
Version:
@wix/design-system
2 lines • 536 B
JavaScript
export var trends = "\n<Layout cols={3}>\n <Cell span={1}>\n <TrendIndicator value={21} />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={0} />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={-11} />\n </Cell>\n</Layout>\n";
export var invertedTrends = "\n<Layout cols={3}>\n <Cell span={1}>\n <TrendIndicator value={21} inverted />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={0} inverted />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={-11} inverted />\n </Cell>\n</Layout>\n";