DocSpace-buildtools/web/ASC.Web.Storybook/stories/text/menu-header/README.md
2019-08-07 11:18:42 +03:00

1.4 KiB

Text

Usage

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

<Text.MenuHeader>

Wraps the given text in the specified size of the menu header.

Usage

    <Text.MenuHeader title='Some title' isInline>
        Some text
    </Text.MenuHeader>

Properties

Props Type Required Values Default Description
color string - - '#333333' Specifies the menuHeader color
isDisabled bool - - false Marks text as disabled
title bool - - - Title
truncate bool - - false Disables word wrapping
isInline bool - - false Sets the 'display: inline-block' property