mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 21:43:30 +08:00

* WIP: Using new components * Progress * Everything looks to be working * Explore: Replaces navbar-button and overriden explore button css classes with ToolbarButton and cleans up scss & markup, removes ResponsiveButton (#30571) * Explore: Replaces navbar-button and overriden explore button css classes with ToolbarButton and cleans up scss & markup, removes ResponsiveButton * Change live button text when paused * Fixed story * For the dashboard toolbar button I need a transparent button so I refactored the states/variants into a new ToolbarButtonVariatn * Changing my mind on the transparent variant * review fixes * Review fixes
5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
export * from './Button';
|
|
export { ButtonGroup } from './ButtonGroup';
|
|
export { ToolbarButton, ToolbarButtonVariant } from './ToolbarButton';
|
|
export { ToolbarButtonRow } from './ToolbarButtonRow';
|