You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
351 B
10 lines
351 B
8 years ago
|
## Embedding Tether
|
||
|
|
||
|
Tether is designed to be embeddable in other libraries.
|
||
|
|
||
|
There is one thing you should think about doing to create an embedded Tether:
|
||
|
|
||
|
- Set the `classPrefix` of the tethers you create. That prefix will replace `'tether'` in
|
||
|
all of the classes. You can also disable classes you don't intend on using with the `classes`
|
||
|
option.
|