@vtools-ts/core
v1.0.18
Published
V Tools is a collection of UI components that I use for building web applications.
Downloads
25
Maintainers
Readme
V Tools
V Tools is a collection of UI components that I use for building web applications.
Installation
npm install @vtools-ts/coreUsage
// Import the styles
import '@vtools-ts/core/styles.css';
// Import components
import { ComponentName } from "@vtools-ts/core";
<ComponentName>Your content here</ComponentName>Development
# Clean the dist directory
npm run clean
# Build the package
npm run buildPublishing
- Build the package:
npm run build - Publish the package:
npm publish
Dependencies
- React ^17 || ^18 || ^19
- TailwindCSS ^3.4.17
License
ISC
Contributing
- Clone the repository
- Install dependencies:
npm install - Start development:
npm run dev
