razor-shared-library
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

Razor Shared Library

This library contain the shared components for our Razor project. The shared components are custom components and are designed for our project.

Installation

npm install razor-shared-library

Used technology

  • React
  • Vite
  • Typescript
  • Material UI
  • Jest
  • Eslint

Components

We are using Material UI, with some custom styling to pass our style system.

The library still in development phase, so any new components and feature of this components will be added as soon as it is ready:

Card

import { Card } from 'razor-shared-library';

export default function Example() {
    return (
        <Card>
            <div>card content</div>
        </Card>
    );
}

Button

import { Button } from 'razor-shared-library';

export default function Example() {
    return (
        <Button
            label="Submit"
            variant="contained"
            color="primary"
            size="medium"
        />
    );
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i razor-shared-library

Weekly Downloads

68

Version

0.7.1

License

MIT

Unpacked Size

8.13 MB

Total Files

117

Last publish

Collaborators

  • feras.ahmad