JFoenix icon indicating copy to clipboard operation
JFoenix copied to clipboard

[Feature] New JFXButton type (Outlined Button)

Open skmedix opened this issue 6 years ago • 2 comments

https://material.io/design/components/buttons.html#outlined-button

skmedix avatar Jan 05 '19 16:01 skmedix

@skmedix the outlined button can be done through css by using a Flat JFXButton with a border color.

JFXButton types are FLAT / RAISED:

  • FLAT button is a simple normal button
  • RAISED button has a shadow attached to it, when clicked the button shadow will be animated to simulate raise animation.

jfoenixadmin avatar Jan 12 '19 18:01 jfoenixadmin

I agree, technically there's not difference, but we should provide that style too, especially when it's official button type. https://material.io/design/components/buttons.html#usage

skmedix avatar May 12 '19 19:05 skmedix