Fable.Builders.Emotion

Getting Started

yarn add @emotion/css
dotnet package add Fable.Builders.Emotion

Usage

    div {
        css [
            style.backgroundColor color.red
            style.hover [
                style.backgroundColor color.blue
            ]
        ]
        str "Emotion"
    }