@neo-skeuo/react-native
v1.1.2
Published
Neo-skeuo React Native primitives
Maintainers
Readme
@neo-skeuo/react-native
React Native primitives using @neo-skeuo/tokens getSurfaceStyle for native elevations. Alpha maturity.
npm install @neo-skeuo/react-native @neo-skeuo/tokens react react-native react-native-svgimport { NeoProvider, NeoButton, NeoSurface } from "@neo-skeuo/react-native";
<NeoProvider theme="light">
<NeoSurface elevation="raised">
<NeoButton variant="primary">Save</NeoButton>
</NeoSurface>
</NeoProvider>Navigation and table components have basic implementations; sketch SVG filters are web-only.
