1.1.1 • Published 2 years ago
saf-ui
Licence
MIT
Version
1.1.1
Deps
0
Size
12 kB
Vulns
0
Weekly
0
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