mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 05:16:11 +02:00
♻️ Move tab-switcher to its own folder inside DS
This commit is contained in:
parent
f786a00e89
commit
b619ac3e08
10 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
;;
|
||||
;; Copyright (c) KALEIDOS INC
|
||||
|
||||
(ns app.main.ui.ds.tab-switcher
|
||||
(ns app.main.ui.ds.layout.tab-switcher
|
||||
(:require-macros
|
||||
[app.common.data.macros :as dm]
|
||||
[app.main.style :as stl])
|
|
@ -2,7 +2,7 @@ import { Canvas, Meta } from '@storybook/blocks';
|
|||
import * as TabSwitcher from "./tab_switcher.stories";
|
||||
|
||||
|
||||
<Meta title="Tab switcher" />
|
||||
<Meta title= "Layout/Tab Switcher" />
|
||||
|
||||
# Tab Switcher
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
//
|
||||
// Copyright (c) KALEIDOS INC
|
||||
|
||||
@use "./_sizes.scss" as *;
|
||||
@use "./_borders.scss" as *;
|
||||
@use "./typography.scss" as *;
|
||||
@use "../_sizes.scss" as *;
|
||||
@use "../_borders.scss" as *;
|
||||
@use "../typography.scss" as *;
|
||||
|
||||
.tabs {
|
||||
--tabs-bg-color: var(--color-background-secondary);
|
|
@ -14,7 +14,7 @@ const Padded = ({ children }) => (
|
|||
);
|
||||
|
||||
export default {
|
||||
title: "Tab switcher",
|
||||
title: "Layout/Tab switcher",
|
||||
component: TabSwitcher,
|
||||
args: {
|
||||
tabs: [
|
Loading…
Add table
Add a link
Reference in a new issue