UNPKG
triage-button
Version:
latest (3.42.0)
3.42.0
The my-button component provides users a way to trigger actions in the UI.
triage-button
/
src
/
terra-dev-site
/
test
/
button
/
CompactButton.test.jsx
7 lines
(4 loc)
•
181 B
JSX
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
Button
from
'../../../Button'
;
const
CompactButton
= (
) =>
<
Button
id
=
"compactButton"
text
=
"Compact"
isCompact
/>
;
export
default
CompactButton
;