1.1.1 • Published 7 months ago

saf-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Saf UI Library

A React Component Library (Typescript | React | MUI | Vite)

Installation

// with npm
npm install saf-ui

// with yarn
yarn add saf-ui

Usage

import React from "react";
import { ThemeProvider } from "@mui/material/styles";
import SuiTheme from "saf-ui";

export default function App() {
  return (
    <ThemeProvider theme={SuiTheme}>
      <main>....</main>
    </ThemeProvider>
  );
}

Changelog

Go to Github Releases

TypeScript

This library comes with TypeScript "typings". If you happen to find any bugs in those, create an issue.

🐛 Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

💡 Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.

LICENSE

MIT

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.5-beta

7 months ago

1.0.4-beta

7 months ago

1.0.3-beta

7 months ago

1.0.2-beta

7 months ago

1.0.0-beta

7 months ago