0.0.39 • Published 3 years ago

@finastra/button-toggle v0.0.39

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.29

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.25

3 years ago