1.0.29 • Published 9 months ago

@purekit-ui/react v1.0.29

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

1.0.28

9 months ago

1.0.27

11 months ago

1.0.26

11 months ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago