synthex-ui
v1.1.0
Published
Cross-platform React UI framework for consistent web and native product surfaces.
Maintainers
Readme
synthex-ui
Cross-platform React UI framework for consistent web and native product surfaces.
Install
npm install synthex-uiFor React Native, also install the relevant peer dependencies used by your app.
Usage
import "synthex-ui/styles.css";
import { Button } from "synthex-ui/components";
import { ThemeProvider } from "synthex-ui/theme";
export function Example() {
return (
<ThemeProvider>
<Button>Run</Button>
</ThemeProvider>
);
}Exports
synthex-uisynthex-ui/componentssynthex-ui/primitivessynthex-ui/layoutsynthex-ui/hookssynthex-ui/iconssynthex-ui/themesynthex-ui/styles.csssynthex-ui/websynthex-ui/native
