https://github.com/forbole/kastle-ui
https://github.com/forbole/kastle-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/forbole/kastle-ui
- Owner: forbole
- Created: 2026-03-12T07:42:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T07:56:22.000Z (about 1 month ago)
- Last Synced: 2026-04-22T08:33:12.329Z (about 1 month ago)
- Language: TypeScript
- Size: 7.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kastle UI - React Native Component Library
A modern React Native component library with TypeScript support and Storybook documentation.
## Features
- ✅ React Native Component Library
- ✅ TypeScript Support
- ✅ Storybook Documentation
- ✅ Figtree Font Integration
- ✅ Modern UI Components
## Installation
```bash
npm install kastle-ui
```
## Usage
```tsx
import { ExploreAppCard } from 'kastle-ui';
function App() {
return (
{}}
/>
);
}
```
## Development
### Preview Components
```bash
npm run preview
```
Opens Storybook at `http://localhost:6006`
### Build Documentation
```bash
npm run build-storybook
```
## Project Structure
```
src/
├── components/ # UI components
└── index.ts # Main exports
.storybook/ # Storybook configuration
```
## Contributing
1. Create components in `src/components/`
2. Add Storybook stories for documentation
3. Export from `src/index.ts`
---
Built with ❤️ for the Kastle ecosystem