0.0.39 • Published 2 years ago

@finastra/button-toggle v0.0.39

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Button Toggle

See it on NPM! How big is this package in your project? Storybook

Button toggles are on/off toggles with the appearance of a button.

We created two types of button toggle, a default usable with the <fds-button-toggle> selector and a filter usable with <fds-button-toggle-filter> selector.

Usage

Import

npm i @finastra/button-toggle
import '@finastra/button-toggle';
...
<fds-button-toggle label="toggle" icon="camera"></fds-button-toggle>

Pure HTML pages

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<script src="https://cdn.jsdelivr.net/npm/@finastra/button-toggle/dist/fds-button-toggle.js"></script>

<fds-button-toggle label="toggle" icon="camera"></fds-button-toggle>

 <fds-button-toggle-filter label="label" icon="event"></fds-button-toggle-filter>
0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago