sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

[Feature] New JFXButton type (Outlined Button) #911

Open skmedix opened 5 years ago

skmedix commented 5 years ago

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

jfoenixadmin commented 5 years ago

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

JFXButton types are FLAT / RAISED:

skmedix commented 5 years ago

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