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
/
shellbar
/
Shellbar.js
5 lines
•
163 B
JavaScript
View Raw
1
2
3
4
5
// Import Fundamental Components
import
{
Shellbar
}
from
'fundamental-react/Shellbar'
;
import
"./style.css"
;
import
"../theme/theme.css"
;
export
default
Shellbar
;