A modern React Native component library with TypeScript support and Storybook documentation.
- ✅ React Native Component Library
- ✅ TypeScript Support
- ✅ Storybook Documentation
- ✅ Figtree Font Integration
- ✅ Modern UI Components
npm install kastle-uiimport { ExploreAppCard } from 'kastle-ui';
function App() {
return (
<ExploreAppCard
appName="My App"
appCategory="DeFi"
isVerified={true}
onPress={() => {}}
/>
);
}npm run previewOpens Storybook at http://localhost:6006
npm run build-storybooksrc/
├── components/ # UI components
└── index.ts # Main exports
.storybook/ # Storybook configuration
- Create components in
src/components/ - Add Storybook stories for documentation
- Export from
src/index.ts
Built with ❤️ for the Kastle ecosystem