Socket
Socket
Sign inDemoInstall

@tentacleui/tentacleui

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tentacleui/tentacleui

![Logo](https://i.ibb.co/5Rrm71b/tentacleui.png)


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 13 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc