mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore: remove storybook
This commit is contained in:
parent
856086dc71
commit
378fe06e03
116 changed files with 103 additions and 14249 deletions
|
@ -1,24 +0,0 @@
|
|||
<script>
|
||||
import SkeletonPlaceholder from "./SkeletonPlaceholder.svelte";
|
||||
</script>
|
||||
|
||||
<style>
|
||||
:global(.my--skeleton__placeholder--small) {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
:global(.my--skeleton__placeholder--medium) {
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
:global(.my--skeleton__placeholder--large) {
|
||||
height: 250px;
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="height: 250px; width: 250px;">
|
||||
<SkeletonPlaceholder {...$$props} />
|
||||
</div>
|
|
@ -1,17 +0,0 @@
|
|||
import { withKnobs, select } from "@storybook/addon-knobs";
|
||||
import Component from "./SkeletonPlaceholder.Story.svelte";
|
||||
|
||||
export default { title: "SkeletonPlaceholder", decorators: [withKnobs] };
|
||||
|
||||
const classes = {
|
||||
"my--skeleton__placeholder--small": "my--skeleton__placeholder--small",
|
||||
"my--skeleton__placeholder--medium": "my--skeleton__placeholder--medium",
|
||||
"my--skeleton__placeholder--large": "my--skeleton__placeholder--large",
|
||||
};
|
||||
|
||||
export const Default = () => ({
|
||||
Component,
|
||||
props: {
|
||||
class: select("Classes with different sizes", classes),
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue