DocSpace-client/web/ASC.Web.Storybook/stories/drop-down/base
2019-07-18 11:09:46 +03:00
..
index.stories.js Web: Fixed DropDown story and readme 2019-07-18 11:09:46 +03:00
README.md Web: Fixed DropDown story and readme 2019-07-18 11:09:46 +03:00

DropDown

Usage

import { DropDown } from 'asc-web-components';

Description

Is a dropdown with any number of action

Usage

<DropDown opened={false}></DropDown>

Properties

Props Type Required Values Default Description
opened bool - - false Tells when the dropdown should be opened
direction oneOf - left, right left Sets the opening direction relative to the parent
manualWidth string - - - Required if you need to specify the exact width of the component, for example 100%
manualTop string - - - Required if you need to specify the exact distance from the parent component