1.0.29 • Published 8 months ago

@purekit-ui/react v1.0.29

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

Introduction

PureKit-UI is a collection of Tailwind CSS components and utilities that can be used to build modern web applications.

Documentation

Visit https://purekit-ui.online for documentation.

Installation

npm install @purekit-ui/react @purekit-ui/plugin
yarn add @purekit-ui/react @purekit-ui/plugin

CSS

@config "../../tailwind.config.mjs";

Configuration

tailwind.config.js

const { withPureKitUI } = require("@purekit-ui/react");

/** @type {import('tailwindcss').Config} */
module.exports = withPureKitUI({
  content: ["./src/**/*.{js,jsx,ts,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
});
1.0.29

8 months ago

1.0.28

8 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago