Skip to content

Commit

Permalink
Update stories
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Oct 17, 2022
1 parent b86af19 commit 1aebd63
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const DrawerSandbox = () => (
<Box>
{/* <Button variant="tertiary" text="Button" /> */}
<Drawer
noAnimation
openState="opened"
// noAnimation
// openState="opened"
// fullscreen
containerPlacement="right"
//align_content="right"
Expand Down Expand Up @@ -220,11 +220,12 @@ export const DrawerSandbox = () => (

function FillContent() {
return (
<>
<P>
This is the modal text. Triggered by a tertiary button. Hac eleifend
consectetur massa lobortis diam netus congue a nibh dolor faucibus
vivamus taciti neque accumsan urna varius dis egestas
<Dropdown
label_direction="vertical"
label="Dropdown"
data={dropdownData}
right
Expand Down Expand Up @@ -273,6 +274,7 @@ function FillContent() {
nostra leo cum consequat sit ridiculus ad inceptos cras facilisis
pretium natoque libero nulla interdum pellentesque viverra turpis
<Dropdown
label_direction="vertical"
label="Dropdown"
data={dropdownData}
right
Expand Down Expand Up @@ -344,12 +346,13 @@ function FillContent() {
inceptos volutpat phasellus ornare nisi tortor lobortis ligula
ultricies ante proin
<Dropdown
label_direction="vertical"
label="Dropdown"
data={dropdownData}
right
// direction="top"
/>
</>
</P>
)
}

Expand Down

0 comments on commit 1aebd63

Please sign in to comment.