@superstyling/core
v0.2.0
Published
Core components, theme, and style-prop engine for Superstyling
Maintainers
Readme
@superstyling/core
Components, theme, and style-prop engine for Superstyling — a cross-platform UI library that brings Chakra UI's developer experience to Tamagui's cross-platform engine. Web + iOS + Android from a single API.
Install
yarn add @superstyling/core react react-dom react-native-webOn native, additionally install react-native and the Tamagui native peer deps — see the Expo getting-started guide.
Usage
import { SuperStylingProvider, Button, defaultSystem } from "@superstyling/core";
export default function App() {
return (
<SuperStylingProvider system={defaultSystem}>
<Button colorScheme="blue">Hello</Button>
</SuperStylingProvider>
);
}Pair this package with one of the framework integrations:
@superstyling/next— Next.js@superstyling/expo— Expo@superstyling/vite— Vite (web)
Docs
See the docs site source for every component, example, and getting-started guide.
License
MIT
