Forma 36
v4
Introduction
Guidelines
Tokens
Components
Playground
Playground
Copy Playground URL
Open in CodeSandbox
9
1
2
3
4
5
import
{
Button
}
from
'@contentful/f36-components'
;
export
default
function
App
(
)
{
return
<
Button
>
Click on me!
</
Button
>
}