Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
docs(storybook): use disabled true on the icosahedron in detailed sto…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
nartc committed Dec 9, 2021
1 parent 1b1fa9d commit 03baa05
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions packages/soba/performances/src/detailed/detailed.stories.ts
Original file line number Diff line number Diff line change
@@ -36,20 +36,29 @@ export const Default = () => ({
},
},
template: `
<ngt-soba-detailed [distances]='[0, 50, 150]'>
<ngt-soba-detailed [distances]='[50, 100, 150, 200, 250]'>
<ngt-soba-icosahedron [args]='[10, 3]'>
<ngt-mesh-basic-material [parameters]='{color: "hotpink", wireframe: true}'></ngt-mesh-basic-material>
<ngt-soba-icosahedron [disabled]='true' [args]='[10, 10]' [scale]='[5, 5, 5]'>
<ngt-mesh-basic-material [parameters]='{color: "turquoise", wireframe: true}'></ngt-mesh-basic-material>
</ngt-soba-icosahedron>
<ngt-soba-icosahedron [args]='[10, 2]'>
<ngt-soba-icosahedron [disabled]='true' [args]='[10, 5]' [scale]='[5, 5, 5]'>
<ngt-mesh-basic-material [parameters]='{color: "lightgreen", wireframe: true}'></ngt-mesh-basic-material>
</ngt-soba-icosahedron>
<ngt-soba-icosahedron [args]='[10, 1]'>
<ngt-soba-icosahedron [disabled]='true' [args]='[10, 3]' [scale]='[5, 5, 5]'>
<ngt-mesh-basic-material [parameters]='{color: "lightblue", wireframe: true}'></ngt-mesh-basic-material>
</ngt-soba-icosahedron>
<ngt-soba-icosahedron [disabled]='true' [args]='[10, 2]' [scale]='[5, 5, 5]'>
<ngt-mesh-basic-material [parameters]='{color: "hotpink", wireframe: true}'></ngt-mesh-basic-material>
</ngt-soba-icosahedron>
<ngt-soba-icosahedron [disabled]='true' [args]='[10, 1]' [scale]='[5, 5, 5]'>
<ngt-mesh-basic-material [parameters]='{color: "orange", wireframe: true}'></ngt-mesh-basic-material>
</ngt-soba-icosahedron>
</ngt-soba-detailed>
<ngt-soba-orbit-controls

0 comments on commit 03baa05

Please sign in to comment.