UNPKG
ffr-components
Version:
latest (0.4.1-beta.7)
0.4.1-next.6
0.4.1-next.5
0.4.1-next.4
0.4.1-next.3
0.4.1-next.2
0.4.1-beta.7
Fiori styled UI components
ffr-components
/
es
/
alert
/
Alert.js
5 lines
•
154 B
JavaScript
View Raw
1
2
3
4
5
// Import Fundamental Components
import
{
Alert
}
from
'fundamental-react/Alert'
;
import
"./style.css"
;
import
"../theme/theme.css"
;
export
default
Alert
;