
Readme
TentacleUI is a library of custom Bootstrap components made for Svelte 3.
Work in Progress...
npm i @tentacleui/tentacleui
<script>
import {Component1, Component2} from '@tentacleui/tentacleui';
const foo = "bar"
</script>
<Component1/>
<Component2 with="props"/>
<Component3>
<div slot="withSlots">{foo}</div>
</Component3>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.