1.3.1 • Published 11 months ago
@producteca/producteca-ui-kit v1.3.1
⚛️⚡ Node + Vite + React + Typescript
Features
- 🔹 Node 22
- ⚛️ React 18
- 📚 Storybook 8 - Components preview
- ⏩ Vite - Run and build the project blazingly fast!
- ⚡ Vitest - Components Unit Testing
- 📐 ESLint & Prettier - Formatting and Linting
- 🌟 Typescript
- 🐶 Husky & Lint Staged - Pre-commit Hooks
- 👷 Github Actions
Main Scripts
dev: Starts Storybook in development mode on port 6006.build: Builds the static Storybook project.build:lib: Removes thedistfolder, compiles TypeScript, and builds the library using Vite.deploy: Deploys the project using the specified Makefile configuration.lint: Runs ESLint to lint and fix issues in files with.js,.jsx,.ts, and.tsxextensions.prettier: Formats files in thesrcfolder with extensions.ts,.tsx,.js, and.mdxusing Prettier.test: Runs tests using Vitest.test:cov: Executes tests and generates a coverage report using Vitest.prepare: Prepares the repository by installing Husky for Git hooks.pre-commit: Installs Husky and sets up Git hooks for pre-commit validation.build-storybook: Builds the static Storybook project.
Setting up @producteca/producteca-ui-kit
Follow these steps to integrate and configure the @producteca/producteca-ui-kit package in your project:
Install the package
Make sure to install the latest version of the package:bun install @producteca/producteca-ui-kitImport the styles
Add the following line to yourapp/css/setup.jsfile:import "@producteca/producteca-ui-kit/dist/style.css";Remove old SelectField instances
Check for any existing version of
selectField. If found, delete the file:app/components/form/selectFieldUpdate any old imports to:
import { SelectField } from "@producteca/producteca-ui-kit";
Auto Publish
- Use the following options for the branch name
(major | minor | patch | premajor | preminor | prepatch | prerelease)/name
1.3.1
11 months ago
1.3.0
11 months ago
1.2.4
12 months ago
1.2.3
12 months ago
1.2.2
12 months ago
1.2.1
12 months ago
1.2.0
12 months ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago
1.0.1
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago
0.0.13
1 year ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago