Skip to content

Commit

Permalink
Add EuiFacetButton (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Sep 11, 2018
1 parent 06b541d commit ca4e952
Show file tree
Hide file tree
Showing 21 changed files with 1,031 additions and 182 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `3.10.0`.
- Added `euiFacetButton` and `euiFacetGroup` ([#1167](https://github.com/elastic/eui/pull/1167))

## [`3.10.0`](https://github.com/elastic/eui/tree/v3.10.0)

Expand Down
4 changes: 4 additions & 0 deletions src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ import { ErrorBoundaryExample }
import { ExpressionExample }
from './views/expression/expression_example';

import { FacetExample }
from './views/facet/facet_example';

import { FilterGroupExample }
from './views/filter_group/filter_group_example';

Expand Down Expand Up @@ -331,6 +334,7 @@ const navigation = [{
BreadcrumbsExample,
ButtonExample,
ContextMenuExample,
FacetExample,
KeyPadMenuExample,
LinkExample,
PaginationExample,
Expand Down
Loading

0 comments on commit ca4e952

Please sign in to comment.