@scaled-df/sdf-common
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

sdf-common

sdf-common is a common component library developed for Verdentra LLC. It provides reusable components and utilities to streamline the development process. This library depends on mantine libraries and is published on npm. You can find the package on https://npmjs.com/@scaled-df/sdf-common.

Technologies Used

  • React
  • TypeScript
  • Vite
  • Vitest

Getting Started

Follow the instructions below to get started with sdf-common.

Installation

npm i @scaled-df/sdf-common

Usage

Import the components and utilities from sdf-common in your React application.

import { Button, ... } from '@scaled-df/sdf-common';

Use the imported components in your application code.

function App() {
  return (
    <div>
      <Button onClick={() => console.log('Button clicked!')}>Click Me</Button>
      ...
    </div>
  );
}

Available Components and Utilities

  • Alert
  • Anchor
  • Avatar
  • Badge
  • Divider
  • Image
  • Modal
  • Skeleton
  • TextInput
  • Tooltip

Readme

Keywords

none

Package Sidebar

Install

npm i @scaled-df/sdf-common

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

952 kB

Total Files

10

Last publish

Collaborators

  • chathuniw-cv
  • suhailm-cv
  • eshanr
  • ravinw-cv
  • scaleddf