@pixkit/native
v0.2.0
Published
Pixel-art themed React Native UI components
Maintainers
Readme
@pixkit/native
Pixel-art themed React Native UI components for building retro-style mobile applications.
Installation
npm install @pixkit/native
# or
yarn add @pixkit/native
# or
pnpm add @pixkit/nativeUsage
import { Button, Panel } from '@pixkit/native';
function App() {
return (
<Panel>
<Button title="Click me!" onPress={() => console.log('Pressed!')} />
</Panel>
);
}Components
- Button - Pixel-art styled button component
- Panel - Container component with retro styling
Peer Dependencies
react>= 18react-native>= 0.74
License
MIT © Ruslan Shayakhmetov
