v1.1.0
What's new
Bindable can now be themed!
Many css properties are now set with custom props (CSS Vars) so they can be changed outside of Bindable. By setting these you can change the look of Bindable.
For a list of all the things that can be changed look on that components doc page under the 'Theming' tab.
Bindable does come with a default theme and you see that used on the docs website. To use that theme in your app you'll need to add this to your src/main.js
file in your Aurelia app:
import '@bindable-ui/bindable/dist/native-modules/global-styles/themes/main.css';
If you don't want to use the default theme you'll need to define the CSS custom properties on your own and load that CSS file in to your app. More documentation on this coming soon.