Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakashdinkarh/smart-components-dinkar
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.
https://github.com/aakashdinkarh/smart-components-dinkar
react react-components react-library resuable-component smart-components typescript-react ui-components
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aakashdinkarh/smart-components-dinkar
- Owner: aakashdinkarh
- License: mit
- Created: 2023-09-04T10:59:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-02T12:17:33.000Z (4 months ago)
- Last Synced: 2024-10-29T20:56:36.598Z (3 months ago)
- Topics: react, react-components, react-library, resuable-component, smart-components, typescript-react, ui-components
- Language: TypeScript
- Homepage: https://devdinkar-codebook.vercel.app/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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
```