0.1.2 • Published 2 years ago

@scaled-df/sdf-common v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

  • React
  • TypeScript
  • Vite
  • Vitest

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

npm i @scaled-df/sdf-common

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>
  );
}
  • Alert
  • Anchor
  • Avatar
  • Badge
  • Divider
  • Image
  • Modal
  • Skeleton
  • TextInput
  • Tooltip
0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.26

2 years ago

0.0.24

2 years ago

0.0.22

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.8

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago