Menu

Button

Renders a button element


render Button.new(size: :sm, kind: :primary, href: "#") { "Primary" }

Usage

Add the component to your project

bundle exec essence add button