holakirr-snow-ui v0.12.11
Holakirr Snow UI
SnowUI is a React UI of mostly (!) "stupid" (with no state or effect, you'll have to provide it by yourself) components library implementation of SnowUI design kit by ByeWind. Implemented and improved by holakirr. Based on TailwindCSS. Build your design using it
Take a look at my CV =)
Features
- 🎨 Built with Tailwind CSS for utility-first styling
- 📚 Storybook for component documentation and development
- 🔍 TypeScript for type safety
- ✅ Comprehensive testing setup:
- Unit testing with Vitest
- E2E testing with Playwright
- 🚀 Vite for fast development and building
- ⚡️ Powered by Bun for fast package management and running scripts
Getting Started
Installation
To get started, install Holakirrr Snow UI and via package manager of your choice:
bun add holakirr-snow-ui
Basic example
Buttons are build using the Button component:
import { Button } from 'holakirr-snow-ui';
function App() {
return (
<Button variant="filled" size="md">
Click me
</Button>
);
Component Documentation
Components are documented in Storybook with examples and props documentation. Visit the Storybook to explore the components and their usage.
Testing
- Unit tests are written using Vitest and React Testing Library
- E2E tests are written using Playwright
- All components have corresponding test files
Usage
bun add holakirr-snow-ui
import { Button } from 'holakirr-snow-ui'
function App() {
return (
<Button variant="primary" size="md">
Click me
</Button>
)
}
License
MIT
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
7 months ago
8 months ago
7 months ago
8 months ago
9 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago