mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
📔 Improve BaseElement
story text
This commit is contained in:
parent
a16a2b9b2e
commit
0d9ded8b4d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { Bluelib } from "./Bluelib"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
component: BaseElement,
|
component: BaseElement,
|
||||||
title: "Abstract/BaseElement",
|
title: "Bluelib/BaseElement",
|
||||||
decorators: [Decorators.Bluelib],
|
decorators: [Decorators.Bluelib],
|
||||||
argTypes: {
|
argTypes: {
|
||||||
customColor: {
|
customColor: {
|
||||||
|
|
Loading…
Reference in a new issue