-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
markdownify Text and DateRangeInput docs
- Loading branch information
Gilad Gray
committed
Mar 31, 2017
1 parent
3290f79
commit 608fe9b
Showing
6 changed files
with
13 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
@page tabs | ||
@page tabs2 | ||
@page tag | ||
@page text | ||
@page toast | ||
@page tooltip | ||
@page tree |
19 changes: 3 additions & 16 deletions
19
packages/core/src/components/text/_text.scss → packages/core/src/components/text/text.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
// Copyright 2017 Palantir Technologies, Inc. All rights reserved. | ||
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy | ||
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE | ||
// and https://github.com/palantir/blueprint/blob/master/PATENTS | ||
|
||
/* | ||
Text | ||
@# Text | ||
|
||
The `Text` component adds accessible overflow behavior to a line of text by | ||
conditionally adding the title attribute and truncating with an ellipsis when content overflows its container. | ||
|
||
Styleguide components.text | ||
*/ | ||
|
||
/* | ||
JavaScript API | ||
@##JavaScript API | ||
|
||
The `Text` component is available in the __@blueprintjs/core__ package. | ||
Make sure to review the [general usage docs for JS components](#components.usage). | ||
Make sure to review the [general usage docs for JS components](#blueprint.usage). | ||
|
||
`Text` accepts and renders arbitrary children. It is intended that these children render as text. | ||
|
||
@interface ITextProps | ||
|
||
@react-example TextExample | ||
Styleguide components.text.js | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters