About

Welcome to DevDinkar CodeBook (smart-components-dinkar package)! 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 here from the left navbar for your different requirements.

Note

For optimal performance and minimal import size, import components from their individual folders rather than from the package's common entry point. We are working on enabling tree-shaking, which will eventually allow you to import all components directly from the common entry point without sacrificing performance or increasing import size.

For example,

Instead of this
import { Select } from 'smart-components-dinkar';

Import like this
import { Select } from 'smart-components-dinkar/dist/components/Select';

Key Features

  • Select
  • Segmented Tabs
  • Loader
  • Switch
  • Toast
  • NPM package tutorial from scratch
  • ... more tutorials coming soon