1.3.0 • Published 4 months ago

smart-components-dinkar v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

smart-components-dinkar

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.

Usage

One of the component from the library is SegmentedTabs. Below is how it should be used in your project.

import { SegmentedTabs } from 'smart-components-dinkar';

function Counter() {
  return (
    <SegmentedTabs defaultActiveTab="tab1">
        <SegmentedTabs.Tab name="tab1" title="Tab 1">Tab 1</SegmentedTabs.Tab>
        <SegmentedTabs.Tab name="tab2" title="Tab 2">Tab 2</SegmentedTabs.Tab>
        <SegmentedTabs.Tab name="tab3" title="Tab 8">Tab 8</SegmentedTabs.Tab>
    </SegmentedTabs>
  );
}

Documentation

Just getting started, it will be soon will be here.

1.3.0

4 months ago

1.2.0

8 months ago

1.1.4

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago