0.0.11 • Published 3 years ago

@zvonimirko/react-components-template v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

HOW TO SETUP - when using in project

Add this to .npmrc

@{group}:registry=https://gitlab.init.hr/api/v4/projects/${PROJECT_ID}/packages/npm/

//gitlab.init.hr/api/v4/projects/${PROJECT_ID}/packages/npm/:_authToken=${YOUR_AUTH_TOKEN}

Dependencies

  1. Install react-hook-forms
  2. Install clsx
  3. Install tailwind
  4. Install tailwind form plugin
  5. Add taiwlind conf as this:
/** @type {import('tailwindcss').Config} */ module.exports = {
  content: ['./src/**/*.{js,jsx,ts,tsx}', 'node_modules/@init/**/*.{js,jsx,ts,tsx'],
  theme: { extend: {} },
  plugins: [require('@tailwindcss/forms')],
};
  1. Install tailwind-merge
0.0.84

3 years ago

0.0.85

3 years ago

0.0.86

3 years ago

0.0.87

3 years ago

0.0.88

3 years ago

0.0.89

3 years ago

0.0.81

3 years ago

0.0.82

3 years ago

0.0.83

3 years ago

0.0.61

3 years ago

0.0.95

3 years ago

0.0.51

3 years ago

0.0.96

3 years ago

0.0.52

3 years ago

0.0.97

3 years ago

0.0.98

3 years ago

0.0.11

3 years ago

0.0.99

3 years ago

0.0.91

3 years ago

0.0.92

3 years ago

0.0.93

3 years ago

0.0.94

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago