0.0.11 • Published 2 years ago

@zvonimirko/react-components-template v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.0.85

2 years ago

0.0.86

2 years ago

0.0.87

2 years ago

0.0.88

2 years ago

0.0.89

2 years ago

0.0.81

2 years ago

0.0.82

2 years ago

0.0.83

2 years ago

0.0.61

2 years ago

0.0.95

2 years ago

0.0.51

2 years ago

0.0.96

2 years ago

0.0.52

2 years ago

0.0.97

2 years ago

0.0.98

2 years ago

0.0.11

2 years ago

0.0.99

2 years ago

0.0.91

2 years ago

0.0.92

2 years ago

0.0.93

2 years ago

0.0.94

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago