1.1.11 • Published 5 years ago

test-12345abc v1.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

join-components

Classic integration

<script type="text/javascript" src="https://unpkg.com/join-web-components@1.0.3"></script>

And then you can directly use our web components in your html files

<join-list-container team-id="join-demo" alias="join-stories-default-all" ></join-list-container>

or

<join-story-container team-id="join-demo" alias="join-stories-default-all" type="iframe" height="700"></join-list-container>

React integration example

Install the package

  • yarn add join-web-components or npm install join-web-components

Find out the codesandbox.io

join-list-component

AttributeTypeDefaultDescription
team-idstringid of the team to match the associated stories from the Studio
aliasstringAlias of the container to match the associated stories from the Studio
shapeenum: { 'round', 'square', 'rounded-square', 'card' }'round'Different shape of container (see demo)
typeenum: { 'iframe', 'default' }'default'It can be either an immersive iframe or a classic container (see demo)
justify-contentenum: { 'flex-start', 'center', 'flex-end' }'center'Flex alignement applied on the container
limitnumber10Number of stories fetched
border-colorsarray 'red', 'orange', 'yellow' Border colors (Hexa, rgba...)
heightnumber100Width is being calculate based on the height
spacingnumberThe space between element

join-story-component

Documentation coming soon..

1.1.11

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.10

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago