UNPKG
react-foundation-apps
Version:
latest (0.6.1)
0.6.1
0.6.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
'React port of foundation-apps'
github.com/akiran/react-foundation-apps
akiran/react-foundation-apps
react-foundation-apps
/
docs
/
panel
/
fixed-panel.md
11 lines
•
256 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
```html
<
Trigger
open
=
"fixed-panel"
>
<
a
className
=
"button"
>
Fixed Panel
</
a
>
</
Trigger
>
<
Panel
id
=
"fixed-panel"
className
=
"panel-fixed"
>
<
Trigger
close
=
""
>
<
a
className
=
"close-button"
>
×
</
a
>
</
Trigger
>
<
p
>
Fixed Panel content
</
p
>
</
Panel
>
```