0.0.16 • Published 6 months ago

@kedata-ui/slots v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@kedata-software/slots

@kedata-software/slots is a collection of tailwind components using Tailwind Variants. It can be used as a base styling for creating your own components. Basically, these slots are agnostic to the framework you are using.

Installation

npm

npm install @kedata-software/slots

yarn

yarn add @kedata-software/slots

Usage

You can import the components directly from the package and use it into your project with framework like React, Vue, SolidJS, Angular, Svelte, etc.

import { buttonSlot } from '@kedata-software/slots';

// React or Solid
const Button = (props) => {
  const slots = buttonSlot();

  return <button className={slots.root()} {...props} />;
};
0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago