DocSpace-client/web/ASC.Web.Storybook/stories/text/menu-header/README.md

1.3 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
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