0.1.0 • Published 5 years ago

@tentacleui/tentacleui v0.1.0

Weekly downloads
231
License
-
Repository
-
Last release
5 years ago

TentacleUI

Logo

TentacleUI is a library of custom Bootstrap components made for Svelte 3.

Demo

Work in Progress...

Installation

npm i @tentacleui/tentacleui

Components

  • Chip
  • Dimmer
  • Scrollbar
  • Stepped Progress
  • Toggler
  • More to come...

Usage

<script>
  import {Component1, Component2} from '@tentacleui/tentacleui';
  const foo = "bar"
</script>

<Component1/>
<Component2 with="props"/>
<Component3>
    <div slot="withSlots">{foo}</div>
</Component3>

Contributing

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.

License

MIT

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago