0.1.2 • Published 2 years ago
@scaled-df/sdf-common v0.1.2
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