|
1 | 1 | # @flowscape-ui/design-system-kit |
2 | 2 |
|
| 3 | +[](https://www.npmjs.com/package/@flowscape-ui/design-system-kit) |
| 4 | +[](https://bundlephobia.com/package/@flowscape-ui/design-system-kit) |
| 5 | +[](https://github.com/flowscape-ui/design-system-kit/blob/main/LICENSE) |
| 6 | +[](https://buymeacoffee.com/flowscape) |
| 7 | + |
3 | 8 | A comprehensive React design system kit with color picker, input range, and other essential UI components. Built with TypeScript and optimized for modern web applications. |
4 | 9 |
|
5 | 10 | ## Features |
@@ -325,14 +330,25 @@ npm test |
325 | 330 |
|
326 | 331 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
327 | 332 |
|
| 333 | +## Links |
| 334 | + |
| 335 | +- **📦 npm Package**: https://www.npmjs.com/package/@flowscape-ui/design-system-kit |
| 336 | +- **📚 Documentation**: [GitHub Repository](https://github.com/flowscape-ui/design-system-kit) |
| 337 | +- **🎨 Storybook**: https://flowscape-ui.github.io/design-system-kit |
| 338 | +- **🐛 Report Issues**: https://github.com/flowscape-ui/design-system-kit/issues |
| 339 | +- **☕ Support the Project**: [Buy Me a Coffee](https://buymeacoffee.com/flowscape) |
| 340 | + |
328 | 341 | ## Changelog |
329 | 342 |
|
| 343 | +See [CHANGELOG.md](CHANGELOG.md) for a detailed list of changes. |
| 344 | + |
330 | 345 | ### v1.0.0 |
331 | | -- Initial release |
| 346 | +- Initial release as `@flowscape-ui/design-system-kit` |
332 | 347 | - Full color picker functionality |
333 | | -- Gradient support |
334 | | -- Multiple color format support |
335 | | -- Dark/light mode |
| 348 | +- Gradient support (linear and radial) |
| 349 | +- Multiple color format support (RGB, HSL, HSV, CMYK, HEX) |
| 350 | +- Dark/light mode with automatic detection |
336 | 351 | - Eye dropper functionality |
337 | | -- Advanced controls |
338 | | -- TypeScript support |
| 352 | +- Advanced controls and sliders |
| 353 | +- Full TypeScript support with type definitions |
| 354 | +- Optimized bundle size (43KB minified) |
0 commit comments