mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
improvements
This commit is contained in:
parent
829dffa589
commit
1861bfafe5
@ -17,6 +17,12 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.list-item-button.clickable {
|
||||
&:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
}
|
||||
|
||||
.list-item-icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
import { Meta, StoryObj } from "@storybook/react";
|
||||
import { List } from "./List"; // Import the List component
|
||||
import "./list.less"; // Assuming you have your LESS styles
|
||||
import { List } from "./list";
|
||||
import "./list.less";
|
||||
|
||||
const meta: Meta<typeof List> = {
|
||||
title: "Components/List",
|
||||
title: "Elements/List",
|
||||
component: List,
|
||||
argTypes: {
|
||||
items: { control: "object" },
|
||||
|
Loading…
Reference in New Issue
Block a user