@taiga-ui/addon-tablebars

Table bars is interactive UI control for group table actions and similar cases

Usage no npm install needed!

<script type="module">
  import taigaUiAddonTablebars from 'https://cdn.skypack.dev/@taiga-ui/addon-tablebars';
</script>

README

Taiga UI — Table Bars

npm version npm bundle size Discord

WebsiteDocumentationCDK WikiCore team

A service and a host component for displaying group actions when working with tables and such

It's a part of Taiga UI that is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons

How to install

Install base packages:

npm i @taiga-ui/{cdk,core}

Install addon-tablebars:

npm i @taiga-ui/addon-tablebars

Don't forget that Taiga UI is fully-treeshakable. You can import even just one entity from our library and be sure that there is no redundant code in your bundle. Bundlphobia badge shows size of the whole library.

Docs

See our Documentation


You can also visit CDK wiki to learn more about its tools: CDK Documentation on Github Wiki