Skip to content

This project contains a collection of smart components designed to ease your web application development by providing reusable and efficient solutions for common UI patterns. You can see the tutorials and components usage from the link provided below.

License

Notifications You must be signed in to change notification settings

aakashdinkarh/smart-components-dinkar

Repository files navigation

smart-components-dinkar

Usage Demo --> DevDinkar CodeBook

Getting Started

smart-components-dinkar repository contains the source code the npm package created for the web-components & playground for those components.

This repository contains a collection of smart components designed to enhance your web application development by providing reusable and efficient solutions for common UI patterns. These components are built with a focus on modularity, flexibility, and ease of integration into various projects. Also this repo only contains the code for playground for the components.

Usage Documentation

All the usage and description is available on https://devdinkar-codebook.vercel.app/

Installation

Clone the repository

git clone https://github.com/aakashdinkarh/smart-components-dinkar.git

Once the repository is clone, Please change the directory to smart-components-dinkar folder.

cd smart-components-dinkar

Please run the repo with node version >= 18

nvm use 18

Run the below command to install the dependencies

npm run install

Please use the node version >= 18

Usage

To run the application on development mode, Please make sure the port 3000 not used by any other application, you can view application at http://localhost:3000 after executing the following command.

npm run start

To check the link errors

npm run lint

Build

To build playground application on production mode, run the following command, it will create the build folder with all the bundled files.

npm run build

About

This project contains a collection of smart components designed to ease your web application development by providing reusable and efficient solutions for common UI patterns. You can see the tutorials and components usage from the link provided below.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published