@nick-w3/ui
v1.0.1
Published
Core UI component library, built with React, Tailwind CSS, and Storybook.
Readme
@nick-w3/ui
Core UI component library, built with React, Tailwind CSS, and Storybook.
Overview
This package contains all shared UI components, hooks, and utilities. It provides a consistent design language and component API to ensure cohesive user experiences.
Features
- 🎨 60+ Production-ready components
- 📚 Comprehensive Storybook documentation
- 🌗 Dark mode support
- ♿️ Accessible components
- 🎯 TypeScript support
- 🔄 Form handling utilities
- 🎭 Testing utilities
- 📱 Responsive design
Structure
.
├── src/
│ ├── components/ # High-level components
│ ├── features/ # Feature-specific components
│ │ ├── application/ # Application components
│ │ ├── checker/ # Checker components
│ │ ├── pool/ # Pool components
│ │ ├── program/ # Program components
│ │ ├── project/ # Project components
│ │ └── retrofunding/ # Retrofunding components
│ ├── hooks/ # Shared hooks
│ ├── lib/ # Utilities and helpers
│ ├── primitives/ # Base components
│ ├── theme/ # Theme configuration
│ ├── types/ # TypeScript types
│ └── ui-shadcn/ # Shadcn UI componentsInstallation
pnpm add @nick-w3/uiUsage
import { Button, Input } from '@nick-w3/ui'
import '@nick-w3/ui/styles.css'
function MyComponent() {
return (
<div>
<Input placeholder="Enter text..." />
<Button>Click me</Button>
</div>
)
}Development
# Start Storybook
pnpm dev
# Build package
pnpm build
# Run tests
pnpm test
# Generate new component
pnpm generate-component ComponentNameAvailable Exports
Components
- Primitives (Button, Input, Select, etc.)
- Layout components
- Navigation components
- Form components
- Data display components
- Feedback components
Features
- Application management
- Project evaluation
- Pool management
- Program administration
- Retrofunding interfaces
Hooks
useCredentialVerificationuseIndexedDBusePersistFormuseToast
Utilities
- Date formatting
- Icon utilities
- IndexedDB helpers
- SSR utilities
Documentation
Contributing
- Create a new branch
- Make your changes
- Add or update tests
- Add or update Storybook stories
- Submit a PR
License
AGPL-3.0 - see the LICENSE file for details.
